# HG changeset patch # User Jeff Hammel # Date 1271804518 25200 # Node ID 8c3361ab1db2a695bafcdeca0a319f904ebeac7d # Parent d2daa42c1a564a2d792ba2d83e226aa48671d8f0 remove extraneous exit diff -r d2daa42c1a56 -r 8c3361ab1db2 stampit/main.py --- a/stampit/main.py Tue Apr 20 15:56:29 2010 -0700 +++ b/stampit/main.py Tue Apr 20 16:01:58 2010 -0700 @@ -117,7 +117,6 @@ # do something with them (optionally) if options.command: - sys.exit(0) # you're done! options.command = options.command.strip() os.chdir(options.output) for tarball in tarballs: