mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-20 21:33:13 -07:00
well that was stupid! Fixes #558
This commit is contained in:
parent
a01d7f1f69
commit
e63138ad1c
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ def is_minSize(inputName, minSize):
|
||||||
try:
|
try:
|
||||||
inputSize = getDirSize(os.path.dirname(inputName))
|
inputSize = getDirSize(os.path.dirname(inputName))
|
||||||
except:
|
except:
|
||||||
logger.error("Failed to get file size for %s", % (inputName))
|
logger.error("Failed to get file size for %s" % (inputName), 'MINSIZE')
|
||||||
return True
|
return True
|
||||||
|
|
||||||
# Ignore files under a certain size
|
# Ignore files under a certain size
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue