Skip to content

Commit

Permalink
More informative failure of examples
Browse files Browse the repository at this point in the history
  • Loading branch information
ceriottm committed Oct 13, 2024
1 parent 9d49213 commit 844ab0c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ipi_tests/examples/exampletools.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,6 @@ def create_client_list(self, driver_info, nid, test_settings):
test_settings,
)
return clients
except:
raise RuntimeError("Couldn't modify the xml file")
except Exception as ex:
print("Couldn't modify the xml file")
raise ex

0 comments on commit 844ab0c

Please sign in to comment.