mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-23 22:45:20 -07:00
fix path in cleanDir. #545
This commit is contained in:
parent
cb126c3644
commit
71d740e14e
1 changed files with 1 additions and 1 deletions
|
@ -652,7 +652,7 @@ def cleanDir(path, section, subsection):
|
||||||
try:
|
try:
|
||||||
shutil.rmtree(path, onerror=onerror)
|
shutil.rmtree(path, onerror=onerror)
|
||||||
except:
|
except:
|
||||||
logger.error("Unable to delete directory %s" % (dirName))
|
logger.error("Unable to delete directory %s" % (path))
|
||||||
|
|
||||||
def create_torrent_class(clientAgent):
|
def create_torrent_class(clientAgent):
|
||||||
# Hardlink solution for Torrents
|
# Hardlink solution for Torrents
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue