Skip to content

Commit 2369a4f

Browse files
committed
fix dry run
1 parent 430b0b3 commit 2369a4f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

download_analytics/output.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,8 @@ def load_csv(csv_path, dry_run=False, read_csv_kwargs=None):
169169
csv_path += '.csv'
170170

171171
LOGGER.info('Trying to load CSV file %s', csv_path)
172+
if not read_csv_kwargs:
173+
read_csv_kwargs = {}
172174
try:
173175
if drive.is_drive_path(csv_path):
174176
folder, filename = drive.split_drive_path(csv_path)

0 commit comments

Comments
 (0)