File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
_delphi_utils_python/delphi_utils Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -280,10 +280,9 @@ def filter_exports(self, common_diffs: FileDiffMap):
280
280
Filter export directory to only contain relevant files.
281
281
282
282
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.
287
286
288
287
Parameters
289
288
----------
You can’t perform that action at this time.
0 commit comments