FNNDSC / pypx

Python wrapper to interact with a PACS (based off DCMTK and PyDicom)
90 stars 25 forks source link

Handle systemlevel_run calls not returning error #13

Open aravindhp opened 3 years ago

aravindhp commented 3 years ago

In most calls sites of systemlevel_run, there was no check to see if the executed command returned an error or not. This commit fixes #12.