Closed mpreisler closed 9 years ago
Imported from trac issue 5. Created by mpreisle on 2011-09-09T14:20:31, last modified: 2011-09-14T11:00:09
Trac comment by mpreisle on 2011-09-09 14:58:45:
Maybe won't fix - see #6
Trac comment by mpreisle on 2011-09-14 11:00:09:
Fixed with 5a6ed78ffac90c8f3b76f55eb0389947371aa10d
{{{ File "/home/mpreisle/Devel/scap-workbench/src/scap_workbench/edit.py", line 3058, in __change timestamp = self.controlDate(widget.get_text()) AttributeError: 'EditValues' object has no attribute 'controlDate' }}}
Furthermore the controlDate function will always fail due to datetime and time modules not being imported and the function catching all exceptions inherited from Exception so the entire problem gets hidden!