Skip to content

Commit 8831c93

Browse files
Update cli.py
1 parent 9a80ce5 commit 8831c93

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

caltechdata_api/cli.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,6 @@ 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()
613612
break
614613
else:
615614
break

0 commit comments

Comments
 (0)