Skip to content

Commit

Permalink
Format warning a little nicer
Browse files Browse the repository at this point in the history
  • Loading branch information
moble committed Aug 6, 2024
1 parent c2d3af6 commit 060d2e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sxs/simulations/simulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def Simulation(location, *args, **kwargs):
+ "specify a version to load this waveform anyway."
)
elif auto_supersede and isinstance(superseded_by, str):
message = f"Simulation '{sxs_id}' is being automatically superseded by '{superseded_by}'."
message = f"\nSimulation '{sxs_id}' is being automatically superseded by '{superseded_by}'."
warn(message)
new_location = f"{superseded_by}{input_version}"
if input_lev_number:
Expand Down

0 comments on commit 060d2e5

Please sign in to comment.