ajack 2004/05/15 13:40:56
Modified: python/gump/core engine.py
Log:
Try to track down problem.
Revision Changes Path
1.17 +3 -1 gump/python/gump/core/engine.py
Index: engine.py
===================================================================
RCS file: /home/cvs/gump/python/gump/core/engine.py,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- engine.py 15 May 2004 18:16:11 -0000 1.16
+++ engine.py 15 May 2004 20:40:56 -0000 1.17
@@ -324,8 +324,10 @@
# Log of changes...
if os.path.exists(changesFile):
catFileToFileHolder(module, changesFile, FILE_TYPE_LOG)
- except:
+ except Exception, details:
module.changeState(STATE_FAILED,REASON_SYNC_FAILED)
+ log.error('Synchronize Failed ' + str(details), exc_info=1)
+
# Incremental documentation...
documenter=run.getOptions().getDocumenter()
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]