change script generation with better arguments
This commit is contained in:
parent
ac78ace1b7
commit
cdd4d6e549
|
@ -50,7 +50,7 @@ if __name__ == "__main__":
|
|||
content = input_handle.read()
|
||||
sequences = eval(content)
|
||||
for seq in sequences:
|
||||
full_cmd = f"python mapillary_download.py {access_token} --sequence_ids={seq}\n"
|
||||
full_cmd = f"/bin/python3 mapillary_download.py --access_token={access_token} --sequence_ids={seq} --username={username}\n"
|
||||
output.write(full_cmd)
|
||||
|
||||
print(output_file)
|
||||
|
|
Loading…
Reference in New Issue