Skip to content

Commit a46f866

Browse files
dshemetovkrivard
andauthored
Update archiver docstrings
Co-authored-by: Katie Mazaitis <[email protected]>
1 parent 28ac486 commit a46f866

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_delphi_utils_python/delphi_utils/archive.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ def run(self):
313313
# Diff exports, and make incremental versions
314314
_, common_diffs, new_files = self.diff_exports()
315315

316-
# Archive changed, new, and emptied deleted files
316+
# Archive changed and new files only
317317
to_archive = [f for f, diff in common_diffs.items()
318318
if diff is not None]
319319
to_archive += new_files

0 commit comments

Comments
 (0)