Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
milesstoetzner committed Nov 18, 2023
1 parent 197303c commit c8e9977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmds/zenodo/script.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def create_version(id):
print('Version created')
return r.json()

def delete_files(version, file):
def delete_files(version):
print(log_line)
print('Deleting existing files')
if 'files' in version:
Expand Down

0 comments on commit c8e9977

Please sign in to comment.