Changeset 4280

Show
Ignore:
Timestamp:
07/16/08 08:03:50 (1 month ago)
Author:
nate
Message:

Caught SyntaxError? when evaluating expression. The error happened when I tried to open up a cdxml file that had a dPageFrame with a Caption that had a space in it.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/dabo/lib/propertyHelperMixin.py

    r4279 r4280  
    235235            except TypeError: 
    236236                valToSet = val 
     237            except SyntaxError: 
     238                valToSet = val 
    237239            except NameError: 
    238240                valToSet = val