safe-ros / ros2_profiling

A set of tools and techniques for evaluating performance of ROS 2 based systems
Apache License 2.0
15 stars 4 forks source link

Use makedirs instead of mkdir in expand_configuration #3

Closed cwecht closed 1 year ago

cwecht commented 1 year ago

os.makedirs(...) is somewhat like mkdir -p in the shell.

Signed-off-by: Christopher Wecht cwecht@mailbox.org