Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
julienthevenoz committed Nov 30, 2023
1 parent 24f0911 commit 8154976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion systemtests/plotter_class.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ def create_figures(self, ideal_csvfile:str, rosbag_csvfile:str, pdfname:str):
#create title page
if "figure8" in ideal_csvfile:
name = "Figure8"
elif "multitrajectory" in ideal_csvfile:
elif "multi_trajectory" in ideal_csvfile:
name = "Multi_trajectory"
else:
name = "Unnamed test"
Expand Down

0 comments on commit 8154976

Please sign in to comment.