We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fec5f5c commit bc32023Copy full SHA for bc32023
_delphi_utils_python/delphi_utils/archive.py
@@ -320,9 +320,9 @@ def run(self, logger=None):
320
if diff is not None]
321
if logger:
322
logger.debug("Diffed exports",
323
- phase="archiving"
324
- new_files_count=len(new_files),
325
- common_diffs_count=len(to_archive))
+ phase="archiving",
+ new_files_count=len(new_files),
+ common_diffs_count=len(to_archive))
326
to_archive += new_files
327
_, fails = self.archive_exports(to_archive)
328
0 commit comments