Skip to content

Commit

Permalink
dict print for debug
Browse files Browse the repository at this point in the history
  • Loading branch information
jrybicki-jsc committed Jan 5, 2024
1 parent ee4e247 commit f390198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uploadflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def upload(files: dict, **kwargs):
if "id" in r:
print(f"Draft record created {r['id']} --> {r['links']['self']}")
else:
print("Something went wrong with registration", r, r.text)
print("Something went wrong with registration", r)
return -1

for [local, true_name] in files.items():
Expand Down

0 comments on commit f390198

Please sign in to comment.