We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a276ae0 commit b7db2daCopy full SHA for b7db2da
tools/get.py
@@ -24,7 +24,7 @@
24
if 'Windows' in platform.system():
25
import requests
26
27
-current_dir = os.path.dirname(os.path.realpath(__file__))
+current_dir = os.path.dirname(os.path.realpath(unicode(__file__)))
28
dist_dir = current_dir + '/dist/'
29
30
def sha256sum(filename, blocksize=65536):
0 commit comments