minor bug fix

3 views
Skip to first unread message

Eugene

unread,
Feb 13, 2007, 6:10:41 AM2/13/07
to PyXG
I have fixed two typos in the code:

1334c1334
< path =
NSString.stringWithString_(unicode(filePath)).stringByStandardizingPath()
---
> path = NSString.stringWithString_(unicode(filepath)).stringByStandardizingPath()
1341c1341
< self._jobDict[u'inputFiles'][unicode(fileName)] = \
---
> self._jobDict[u'inputFiles'][unicode(filename)] = \

Program works perfectly with Python 2.5, many thanks!

Eugene Skepner

Reply all
Reply to author
Forward
0 new messages