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 28ac486 commit a46f866Copy full SHA for a46f866
_delphi_utils_python/delphi_utils/archive.py
@@ -313,7 +313,7 @@ def run(self):
313
# Diff exports, and make incremental versions
314
_, common_diffs, new_files = self.diff_exports()
315
316
- # Archive changed, new, and emptied deleted files
+ # Archive changed and new files only
317
to_archive = [f for f, diff in common_diffs.items()
318
if diff is not None]
319
to_archive += new_files
0 commit comments