Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing Python exception in Traceback #59

Open
fsimkovic opened this issue Aug 23, 2018 · 1 comment
Open

Missing Python exception in Traceback #59

fsimkovic opened this issue Aug 23, 2018 · 1 comment
Assignees
Labels

Comments

@fsimkovic
Copy link
Contributor

The Python exception (+ message) is missing in the traceback.

2018-08-23 11:01:41,187 - root - DEBUG - AMPLE EXITING AT2...
  File "/home/felix/develop/ccp4-7.0/lib/python2.7/runpy.py", line 162, in _run_module_as_main 
    "__main__", fname, loader, pkg_name)
  File "/home/felix/develop/ccp4-7.0/lib/python2.7/runpy.py", line 72, in _run_code
    exec code in run_globals
  File "/home/felix/develop/ccp4-7.0/lib/py2/ample/__main__.py", line 18, in <module>
    main.Ample().main() 
  File "/home/felix/develop/ccp4-7.0/lib/py2/ample/main.py", line 102, in main
    self.ensembling(amopt.d)
  File "/home/felix/develop/ccp4-7.0/lib/py2/ample/main.py", line 214, in ensembling
    exit_util.exit_error(msg)
  File "/home/felix/develop/ccp4-7.0/lib/py2/ample/util/exit_util.py", line 83, in exit_error 
    traceback_str = "".join(traceback.format_stack())
@fsimkovic
Copy link
Contributor Author

@linucks I think this is done. I certainly fixed a similar issue in SIMBAD, so maybe @hlasimpk can take a look

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants