adding --purge-output to be one of mandatory switches

This commit is contained in:
Miroslav Stampar
2012-04-23 14:42:24 +00:00
parent d57d5e4b2c
commit 697768c01a
3 changed files with 4 additions and 4 deletions

View File

@@ -23,7 +23,7 @@ def purge(directory):
if not os.path.isdir(directory):
return
infoMsg = "purging content of directory ('%s'). Please wait. This could take a while..." % directory
infoMsg = "purging content of directory ('%s'). Please wait as this could take a while" % directory
logger.info(infoMsg)
filepaths = []