Skip to content

Commit

Permalink
Remove code.interact
Browse files Browse the repository at this point in the history
  • Loading branch information
bfhealy committed Jan 12, 2024
1 parent 3136cf9 commit f40f245
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tools/convert_skyportal_lcs.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ def main(
except Exception as e:
raise ValueError(f"input data is not in the expected format {e}")

import code

code.interact(local=locals())
try:
local_data_path = str(data_path.with_suffix(".dat"))
with open(local_data_path, "w") as f:
Expand Down

0 comments on commit f40f245

Please sign in to comment.