X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fimport_new_files.py;h=5b132c82d7ee2a09f2283e9da1c5272cd2274467;hb=5537d969662dd89432dbede1e985d17a7ac632ef;hp=f33c30fb0bf20bf4a91d877d05b1312298fb2703;hpb=a41e7c384b6e7e52718f866d5627a2cce0645bd9;p=dak.git diff --git a/dak/import_new_files.py b/dak/import_new_files.py index f33c30fb..5b132c82 100755 --- a/dak/import_new_files.py +++ b/dak/import_new_files.py @@ -143,7 +143,7 @@ class ImportNewFiles(object): session.commit() - + except KeyboardInterrupt: print("Caught C-c; terminating.") utils.warn("Caught C-c; terminating.")