Skip to content

Commit

Permalink
Correct parentheses
Browse files Browse the repository at this point in the history
  • Loading branch information
wrridgeway committed Jan 7, 2025
1 parent 497ed25 commit 75010b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion socrata/socrata_upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,6 @@ def socrata_upload(
socrata_upload(
socrata_asset=os.getenv("SOCRATA_ASSET"),
overwrite=os.getenv("OVERWRITE"),
years=str(os.getenv("YEARS").replace(" ", "")).split(","),
years=str(os.getenv("YEARS")).replace(" ", "").split(","),
by_township=os.getenv("BY_TOWNSHIP"),
)

0 comments on commit 75010b4

Please sign in to comment.