diff options
Diffstat (limited to 'module/lib/Unzip.py')
-rw-r--r-- | module/lib/Unzip.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/lib/Unzip.py b/module/lib/Unzip.py index f56fbe751..6d2ada8f2 100644 --- a/module/lib/Unzip.py +++ b/module/lib/Unzip.py @@ -4,7 +4,7 @@ import os class Unzip: def __init__(self): pass - + def extract(self, file, dir): if not dir.endswith(':') and not os.path.exists(dir): os.mkdir(dir) |