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:
parent
039ebc3d75
commit
5df40f07b6
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue