Skip to content

Commit

Permalink
Update upload_to_dune.py
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewhong5297 authored Feb 4, 2024
1 parent 95681f8 commit c1c93d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/upload_to_dune.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
uploads_path = os.path.join(os.path.dirname(__file__), '..', 'uploads')
files = os.listdir(uploads_path)

if len(files) != 0:
if len(files) == 0:
exit()

for file in files:
Expand Down

0 comments on commit c1c93d6

Please sign in to comment.