diff options
author | Bruce Smith <bruce@nanorex.com> | 2008-03-26 16:17:38 +0000 |
---|---|---|
committer | Bruce Smith <bruce@nanorex.com> | 2008-03-26 16:17:38 +0000 |
commit | 17dc8204e9f2f9fbc9e473b11b17ac89549f8f24 (patch) | |
tree | 9f9f8f235062762e6f55ffd48fdfeedfaeaed1c2 /cad/src/outtakes | |
parent | 56a5135b4bd606c9091aac1e3fda411db92436a9 (diff) | |
download | nanoengineer-theirix-17dc8204e9f2f9fbc9e473b11b17ac89549f8f24.tar.gz nanoengineer-theirix-17dc8204e9f2f9fbc9e473b11b17ac89549f8f24.zip |
fix debug print format
Diffstat (limited to 'cad/src/outtakes')
-rwxr-xr-x | cad/src/outtakes/PropertyManagerMixin.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/src/outtakes/PropertyManagerMixin.py b/cad/src/outtakes/PropertyManagerMixin.py index 06d32a0dd..15ebc540b 100755 --- a/cad/src/outtakes/PropertyManagerMixin.py +++ b/cad/src/outtakes/PropertyManagerMixin.py @@ -669,8 +669,8 @@ class PropertyManagerMixin(PropertyManager_common, SponsorableMixin): except: if debug_flags.atom_debug: msg1 = "Last PropMgr doesn't have method updatePropsBeforeClosing." - msg2 = " That is OK (for now,only implemented in GeometryGenerators)" - msg3 = "Ignoring Exception" + msg2 = " That is OK (for now, only implemented in GeometryGenerators)" + msg3 = "Ignoring Exception: " print_compact_traceback(msg1 + msg2 + msg3) pass |