Skip to content

Commit

Permalink
Fixing formatting from pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
avidspartan1 authored and blancadesal committed Jan 31, 2022
1 parent 1d6b459 commit 3d40dca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mwsql/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,6 @@ def load(
return Path(paws_root_dir, subdir, file_path)

else:
subdir_str = str(subdir).replace('\\', '/')
subdir_str = str(subdir).replace("\\", "/")
url = f"{dumps_url}{subdir_str}/{str(extended_filename)}"
return download_file(url, extended_filename)

0 comments on commit 3d40dca

Please sign in to comment.