Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cpaniaguam authored Jan 18, 2024
1 parent 53c9b9b commit 9f0ebf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/icesat2_tracks/analysis_db/B04_angle.py
Original file line number Diff line number Diff line change
Expand Up @@ -785,7 +785,7 @@ def get_instance(k_pair):
LL = pd.concat(L_collect)
MT.save_pandas_table({"L_sample": LL}, save_name + "_res_table", save_path)
except Exception as e:
print(f"This is a warning: {e})
print(f"This is a warning: {e}")

# plot
font_for_print()
Expand Down

0 comments on commit 9f0ebf5

Please sign in to comment.