Skip to content

Commit

Permalink
Flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
ateska committed Oct 16, 2024
1 parent 6da36c6 commit 50fe526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asab/library/providers/libsreg.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ async def _periodic_pull(self, event_name):

# Count number of files in self.RootPath recursively
file_count = sum([len(files) for _, _, files in os.walk(self.RootPath)])

# If less than 5 files, we ignore the E-Tag and re-download everything
if file_count > 5:
with open(etag_fname, 'r') as f:
Expand Down

0 comments on commit 50fe526

Please sign in to comment.