well that was stupid! Fixes #558

This commit is contained in:
clinton-hall 2014-09-10 16:27:10 +09:30
commit e63138ad1c

View file

@ -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