Closed kfuku52 closed 3 years ago
Makes sense, I'll look into it.
For debugging, I'll use assert() for the time being.
For error handling in a final release, it might be preferable to use try/except constructs, according to opinions on stackoverflow.
forgot to push this update. Rectified now.
It would be nice for debugging if amalgkit throws an error when external tools do not exit correctly. Here is an example code. Could you insert similar assertions or
raise Exception()
in relevant places?