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 547fab8 commit 8d77066Copy full SHA for 8d77066
_delphi_utils_python/delphi_utils/archive.py
@@ -106,7 +106,7 @@ def run_module(archive_type: str,
106
archive_type: str
107
Type of ArchiveDiffer to run. Must be one of ["git", "s3"] which correspond to `GitArchiveDiffer` and `S3ArchiveDiffer`, respectively.
108
cache_dir: str
109
- The directory for storing most recent archived/uploaded CSVs to do start diffing from.
+ The directory for storing most recent archived/uploaded CSVs to start diffing from.
110
export_dir: str
111
The directory with most recent exported CSVs to diff to.
112
**kwargs:
0 commit comments