1
0
Fork 0
mirror of https://github.com/evilhero/mylar synced 2025-03-11 06:22:48 +00:00

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

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: