mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-23 14:35:21 -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:
|
||||
shutil.rmtree(path, onerror=onerror)
|
||||
except:
|
||||
logger.error("Unable to delete directory %s" % (dirName))
|
||||
logger.error("Unable to delete directory %s" % (path))
|
||||
|
||||
def create_torrent_class(clientAgent):
|
||||
# Hardlink solution for Torrents
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue