Skip to content

Commit

Permalink
Update run_benchmarks.launch.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mosfet80 authored Aug 9, 2024
1 parent 117c32d commit 3af392e
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ def load_yaml(package_name, file_path):
try:
with open(absolute_file_path, "r") as file:
return yaml.safe_load(file)
except EnvironmentError: # parent of IOError, OSError *and* WindowsError where available
except (
EnvironmentError
): # parent of IOError, OSError *and* WindowsError where available
return None


Expand Down

0 comments on commit 3af392e

Please sign in to comment.