Ver código fonte

panic+defaults

David 10 anos atrás
pai
commit
203de7086e
1 arquivos alterados com 3 adições e 2 exclusões
  1. 3 2
      unzipper.py

+ 3 - 2
unzipper.py

@@ -8,8 +8,9 @@ def unar(source,dest_dir):
     if source.lower().endswith("rar"):
         return unrar(source,dest_dir)
 
-    print(" KQHJKWQHRKJQHEWRKJHEWK?????")
-    return []
+    print("NOT RAR? NOT ZIP? I'm panicking.")
+    print("I got %s" % source)
+    return [source]
 
 def unzip(source_filename, dest_dir):
     out=[]