Skip to content

Commit

Permalink
Update bin.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bud42 committed May 18, 2022
1 parent 8c2b8bb commit e3fe042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dax/bin.py
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ def upload(settings_path, max_threads=1):
acount = len(alist)

# Clean lock files
lockfiles.clean_lockfiles(lock_dir)
lockfiles.clean_lockfiles(lock_dir, logger)

# Count running uploads
lock_list = os.listdir(lock_dir)
Expand Down

0 comments on commit e3fe042

Please sign in to comment.