Skip to content

Commit a040571

Browse files
Update cli.py
1 parent 9916a90 commit a040571

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

caltechdata_api/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,7 @@ def create_record(production):
609609
print_upload_message(rec_id, production)
610610
with open(response + ".json", "w") as file:
611611
json.dump(metadata, file, indent=2)
612-
exit()
612+
exit()
613613
break
614614
else:
615615
break

0 commit comments

Comments
 (0)