Add support for Join sets where the parity protects the split files
[rarslave2.git] / PAR2Set / ZIP.py
index 75c8169..86257c9 100644 (file)
@@ -63,7 +63,7 @@ class ZIP(Base):
         files = utils.findMatches(regex, self.allFiles)
 
         for f in files:
-            utils.runCommand(['unzip', f], todir)
+            utils.runCommand(['unzip', f], self.directory)
 
     ############################################################################