Changeset 787
- Timestamp:
- 04/04/13 16:31:35 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.4/jobmond/jobmond.py
r786 r787 1897 1897 from PBSQuery import PBSQuery, PBSError 1898 1898 1899 except ImportError: 1900 1901 print "FATAL ERROR: BATCH_API set to 'pbs' but python module 'pbs_python' is not installed" 1899 except ImportError, details: 1900 1901 print "FATAL ERROR: BATCH_API set to 'pbs' but python module 'pbs_python' cannot be loaded" 1902 print details 1902 1903 sys.exit( 1 ) 1903 1904
Note: See TracChangeset
for help on using the changeset viewer.