mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 13:53:15 -07:00
Typo's causing pre-logging issues fixed
This commit is contained in:
parent
df6e85467a
commit
d65448db87
2 changed files with 2 additions and 2 deletions
|
@ -42,7 +42,7 @@ def create_destination(outputDestination):
|
|||
def makeDir(path):
|
||||
if not os.path.isdir(path):
|
||||
try:
|
||||
os.makedirs( path)
|
||||
os.makedirs(path)
|
||||
except OSError:
|
||||
return False
|
||||
return True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue