r391 - in branches/rewrite: . src

Otavio Salvador partial-mirror-devel@lists.alioth.debian.org
Sat, 11 Dec 2004 17:06:35 -0700


Author: otavio
Date: Sat Dec 11 17:06:34 2004
New Revision: 391

Modified:
   branches/rewrite/   (props changed)
   branches/rewrite/src/debpartial-mirror.in
Log:
 r428@nurf:  otavio | 2004-12-12T00:06:37.449164Z
 Really stop the program.


Modified: branches/rewrite/src/debpartial-mirror.in
==============================================================================
--- branches/rewrite/src/debpartial-mirror.in	(original)
+++ branches/rewrite/src/debpartial-mirror.in	Sat Dec 11 17:06:34 2004
@@ -90,6 +90,8 @@
   print "\n\rInterrupting download due a user request ..."
   d = Download.Download()
   d.fetcher.running = False
+  d.join()
+  sys.exit(1)
 
 def main():
   """Main program"""