Skip to content

Commit

Permalink
Fix nested quotes plots.wobble_skymap
Browse files Browse the repository at this point in the history
  • Loading branch information
HealthyPear committed Oct 31, 2024
1 parent 9e1c95e commit 5f200b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/iact_estimator/plots/wobble_skymap.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ def star_label_with_magnitude(star: Star) -> str:
if savefig:
output_path = output_path if output_path is not None else Path.cwd()
p.export(
f"{target_source.name}_skymap_with_wobbles.{config["wobble_skymap_plot_options"]["export"]["format"]}",
f"{target_source.name}_skymap_with_wobbles.{config['wobble_skymap_plot_options']['export']['format']}",
**config["wobble_skymap_plot_options"]["export"],
)

Expand Down

0 comments on commit 5f200b4

Please sign in to comment.