FIX: Fix for logging error during post-processing

This commit is contained in:
evilhero 2019-02-02 16:17:39 -05:00
parent 039ebc3d75
commit 5df40f07b6
1 changed files with 1 additions and 1 deletions

View File

@ -1814,7 +1814,7 @@ class PostProcessor(object):
grab_src = os.path.join(src_location, ofilename)
self._log("Source Path : %s" % grab_src)
logger.info('%s Source Path : ' % (module, grab_src))
logger.info('%s Source Path : %s' % (module, grab_src))
checkdirectory = filechecker.validateAndCreateDirectory(grdst, True, module=module)
if not checkdirectory: