mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 05:43:16 -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)
|
||||
|
||||
## Create destionation folder
|
||||
if not os.path.exists(dest):
|
||||
if not os.path.exists(dest):
|
||||
try:
|
||||
os.makedirs(dest)
|
||||
except Exception, e:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue