Kaydet (Commit) 629d16f4 authored tarafından Onur Küçük's avatar Onur Küçük

BUG:FIXED:7531
üst 3179d298
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment