Skip to content

Commit

Permalink
Linter fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ppinchuk committed Aug 19, 2024
1 parent 4025dc1 commit 206d5a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gaps/batch.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def _make_job_dirs(self):
logger.debug("Processing files in : %s", source_dir)
logger.debug(
" - Is dupe dir: %s",
any(job_tag in source_dir for job_tag in self._sets)
any(job_tag in source_dir for job_tag in self._sets),
)

# don't make additional copies of job sub directories.
Expand Down

0 comments on commit 206d5a7

Please sign in to comment.