Fedora Account System
Red Hat Associate
Red Hat Customer
Description of problem: program crashes on startup Version-Release number of selected component (if applicable): fwbackups-1.42.3-1.fc6 How reproducible: Always fwbackups Traceback (most recent call last): File "/usr/share/fwbackups/fwbackups-runapp.py", line 23, in ? from fwbackups import Callbacks File "/usr/lib/python2.4/site-packages/fwbackups/Callbacks.py", line 19, in ? from fwbackups import Backuper File "/usr/lib/python2.4/site-packages/fwbackups/Backuper.py", line 167 else: ^ SyntaxError: invalid syntax --- Backuper.py.orig 2007-03-19 17:37:55.000000000 -0600 +++ Backuper.py 2007-03-21 14:27:43.000000000 -0600 @@ -162,7 +162,7 @@ except OSError: os.remove(os.path.join(self.root, self.name)) os.rmdir(self.top) - print 'Finished removing old backups.' + print 'Finished removing old backups.' # Else: Create the main backup dir. else: print 'Backups directory \'%s\' non-existant, creating...'%(self.dest + "/Backups")
Thanks for the patch, I've queued the new build with the fix... It should be in the Extras repo by tomorrow or the day after.
I also have this issue - how do I fix it?
What version are you using?