mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-20 21:33:13 -07:00
to fast to furious, cleanup
This commit is contained in:
parent
7c4e14cca0
commit
68afb6a085
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ elif useLink == 0 and packed == 1: ## unpack
|
||||||
dest = os.path.join(destination, Name)
|
dest = os.path.join(destination, Name)
|
||||||
|
|
||||||
## Create destionation folder
|
## Create destionation folder
|
||||||
if not os.path.exists(dest):
|
if not os.path.exists(dest):
|
||||||
try:
|
try:
|
||||||
os.makedirs(dest)
|
os.makedirs(dest)
|
||||||
except Exception, e:
|
except Exception, e:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue