]> git.decadent.org.uk Git - dak.git/commitdiff
I LOVE ...
authorMike O'Connor <stew@vireo.org>
Fri, 30 Oct 2009 13:47:07 +0000 (14:47 +0100)
committerMike O'Connor <stew@vireo.org>
Fri, 30 Oct 2009 13:47:07 +0000 (14:47 +0100)
dak/import_known_changes.py

index 5aa9a5805a7f1f4a10a2f8363bcada76b5e0e733..3702411d3cbe9908ad034c8fbae3493177241099 100755 (executable)
@@ -255,13 +255,11 @@ class ImportThread(threading.Thread):
             except ChangesUnicodeError:
                 warn("found invalid changes file, not properly utf-8 encoded")
 
-                
+
             except KeyboardInterrupt:
                 print("Caught C-c; on ImportThread. terminating.")
                 self.parent.plsDie()
                 sys.exit(1)
-                print("STUSTUSTUSTUSTU")
-                return
             except:
                 traceback.print_exc()
                 self.parent.plsDie()
@@ -293,7 +291,7 @@ class ImportKnownChanges(object):
 
         self.threads=[]
         sys.exit(1)
-        
+
 
 def main():
     cnf = Config()
@@ -332,7 +330,7 @@ def main():
     ImportKnownChanges(num_threads)
 
 
-        
+
 
 if __name__ == '__main__':
     main()