David 10 anni fa
parent
commit
203de7086e
1 ha cambiato i file con 3 aggiunte e 2 eliminazioni
  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=[]