Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed May 13, 2024
1 parent a4ecf68 commit b60ce22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/too/dump.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def dump_to_parquet(
observatory = observatory.upper()
if observatory not in ["APO", "LCO"]:
raise ValueError("Invalid observatory.")

os.environ["OBSERVATORY"] = observatory.upper()

from sdssdb.peewee.sdss5db import catalogdb, opsdb
Expand Down

0 comments on commit b60ce22

Please sign in to comment.