Index: wflow-py/wflow/wf_DynamicFramework.py =================================================================== diff -u -r46f7efdf4a32abf942877241dd27dd3d2fff4197 -r1c4363781efa60a2c52a1774030d69cd69f7dd45 --- wflow-py/wflow/wf_DynamicFramework.py (.../wf_DynamicFramework.py) (revision 46f7efdf4a32abf942877241dd27dd3d2fff4197) +++ wflow-py/wflow/wf_DynamicFramework.py (.../wf_DynamicFramework.py) (revision 1c4363781efa60a2c52a1774030d69cd69f7dd45) @@ -1034,7 +1034,7 @@ self.logger.info("Adding " + tsformat + " output at " + samplemapname + " function: " + areafunction) except: self.logger.warn("Could not read sample id-map for timeseries: " + samplemapname) - + self.logger.warn(sys.exc_info()) for a in toprint: if "samplemap" not in a and 'function' not in a: b = a.replace('self', 'self._userModel()') @@ -1076,6 +1076,7 @@ except: self.logger.warn("Problem saving state variable: " + var) self.logger.warn(execstr) + self.logger.warn(sys.exc_info()) # Save the summary maps self.wf_savesummarymaps()