Fix the download script on windows (#6)
This commit is contained in:
@@ -27,6 +27,8 @@ def get_file(args):
|
||||
f.write(data)
|
||||
t.close()
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
||||
model = argv[1]
|
||||
if model[-1] == '/':
|
||||
model = model[:-1]
|
||||
|
||||
Reference in New Issue
Block a user