TheoChem-VU / TCutility

Utility functions/classes for the TheoCheM programs
https://theochem-vu.github.io/TCutility/
MIT License
6 stars 0 forks source link

Do not run a calculation if its set up failed #184

Closed YHordijk closed 8 months ago

YHordijk commented 8 months ago

Currently if an error occurs during setting up of a job it will still run. This is because we are using context-managers that will always call the exit method even in the event of an exception.