Skip to content

Commit bc32023

Browse files
committed
Missing comma
1 parent fec5f5c commit bc32023

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_delphi_utils_python/delphi_utils/archive.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -320,9 +320,9 @@ def run(self, logger=None):
320320
if diff is not None]
321321
if logger:
322322
logger.debug("Diffed exports",
323-
phase="archiving"
324-
new_files_count=len(new_files),
325-
common_diffs_count=len(to_archive))
323+
phase="archiving",
324+
new_files_count=len(new_files),
325+
common_diffs_count=len(to_archive))
326326
to_archive += new_files
327327
_, fails = self.archive_exports(to_archive)
328328

0 commit comments

Comments
 (0)