mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-22 14:13:33 -07:00
more fixes
This commit is contained in:
parent
499b312e36
commit
8a6d8e559a
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
import autoProcessMovie
|
import autoProcessMovie
|
||||||
import autoProcessTV
|
import autoProcessTV
|
||||||
import sys, os, ConfigParser, shutil
|
import sys, os, ConfigParser, shutil, re
|
||||||
from subprocess import call
|
from subprocess import call
|
||||||
|
|
||||||
old_stdout = sys.stdout #backup the default stdout
|
old_stdout = sys.stdout #backup the default stdout
|
||||||
|
@ -168,7 +168,7 @@ elif packed == 1: ## unpack
|
||||||
os.makedirs(destination)
|
os.makedirs(destination)
|
||||||
except Exception, e:
|
except Exception, e:
|
||||||
print("ERROR: Not possible to create destination folder: %s", e)
|
print("ERROR: Not possible to create destination folder: %s", e)
|
||||||
return
|
continue
|
||||||
|
|
||||||
print("INFO: Extracting to %s", destination)
|
print("INFO: Extracting to %s", destination)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue