Skip to content

Commit 28ac486

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

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

_delphi_utils_python/delphi_utils/archive.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -280,10 +280,9 @@ def filter_exports(self, common_diffs: FileDiffMap):
280280
Filter export directory to only contain relevant files.
281281
282282
Filters down the export_dir to only contain:
283-
1) New files, 2) Changed files, filtered-down to the ADDED and CHANGED rows
284-
only, and 3) Deleted files replaced with empty CSVs with the same name. Should
285-
be called after archive_exports() so we archive the raw exports before potentially
286-
modifying them.
283+
1) New files, 2) Changed files, filtered-down to the ADDED and CHANGED rows only.
284+
Should be called after archive_exports() so we archive the raw exports before
285+
potentially modifying them.
287286
288287
Parameters
289288
----------

0 commit comments

Comments
 (0)