Skip to content

Commit

Permalink
addressed two minor comments
Browse files Browse the repository at this point in the history
  • Loading branch information
julienthevenoz committed Nov 30, 2023
1 parent ced6a2e commit 860194a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion systemtests/run_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def translate_and_plot(testname:str, bagfolder:str):
#delete results, logs and bags of previous experiments
shutil.rmtree(path.parents[3].joinpath("bagfiles"))
shutil.rmtree(path.parents[3].joinpath("results"))
shutil.rmtree("~/.ros/log")
shutil.rmtree(Path.home() / ".ros/log")


#create the folder where we will record the different bags and the folder where the results pdf will be saved
Expand Down

0 comments on commit 860194a

Please sign in to comment.