# HG changeset patch
# User guerler
# Date 1611412966 0
# Node ID 06337927c198e936298d387680b3c00a1a1e1938
# Parent  172398348efd666d804a78e19e8805b03b006f9a
"planemo upload commit 68723d88e81923739538c34722bc9be164dd4646"

diff -r 172398348efd -r 06337927c198 spring_package/Modeller.py
--- 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
 
 
diff -r 172398348efd -r 06337927c198 spring_package/__pycache__/DBKit.cpython-38.pyc
Binary file spring_package/__pycache__/DBKit.cpython-38.pyc has changed
diff -r 172398348efd -r 06337927c198 spring_package/__pycache__/Energy.cpython-38.pyc
Binary file spring_package/__pycache__/Energy.cpython-38.pyc has changed
diff -r 172398348efd -r 06337927c198 spring_package/__pycache__/Modeller.cpython-38.pyc
Binary file spring_package/__pycache__/Modeller.cpython-38.pyc has changed
diff -r 172398348efd -r 06337927c198 spring_package/__pycache__/Molecule.cpython-38.pyc
Binary file spring_package/__pycache__/Molecule.cpython-38.pyc has changed