##// END OF EJS Templates
Merge pull request #3600 from chapmanb/master...
Merge pull request #3600 from chapmanb/master Improved logging for errors during BatchLauncher.stop This is a logging/debugging improvement that catches and reports errors when shutting down clusters using a BatchLauncher (qdel/bkill). The previous behavior was to silently fail if the external command failed. The patch captures error output and reports potential issues to the log.

File last commit:

r2058:7e8fc59a
r11286:99909aee merge
Show More
irunner
9 lines | 183 B | text/plain | TextLexer
#!/usr/bin/env python
"""Thin wrapper around the IPython irunner module.
Run with --help for details, or see the irunner source."""
from IPython.lib import irunner
irunner.main()