BUG:FIXED:7531

This commit is contained in:
Onur Küçük
2008-06-24 21:23:37 +00:00
parent 3179d2987d
commit 629d16f4c0
+3
View File
@@ -34,6 +34,9 @@ def main():
if len(sys.argv) < 2:
usage("PiSi package required..")
elif not os.path.exists(sys.argv[1]):
usage("File %s not found" % sys.argv[1])
try:
arc = ArchiveZip(sys.argv[1], 'zip', 'r')
except BadZipfile, e: