Mercurial > repos > guerler > springsuite
changeset 40:06337927c198 draft
"planemo upload commit 68723d88e81923739538c34722bc9be164dd4646"
author | guerler |
---|---|
date | Sat, 23 Jan 2021 14:42:46 +0000 |
parents | 172398348efd |
children | f316caf098a6 |
files | spring_package/Modeller.py spring_package/__pycache__/DBKit.cpython-38.pyc spring_package/__pycache__/Energy.cpython-38.pyc spring_package/__pycache__/Modeller.cpython-38.pyc spring_package/__pycache__/Molecule.cpython-38.pyc |
diffstat | 5 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/spring_package/Modeller.py Fri Jan 22 15:50:27 2021 +0000 +++ b/spring_package/Modeller.py Sat Jan 23 14:42:46 2021 +0000 @@ -31,7 +31,8 @@ try: subprocess.run(["pulchra", outputName], check=True) except subprocess.CalledProcessError as e: - raise Exception(str(e)) + print(str(e)) + return False return True