do not mkdir() if we are in --script mode

This commit is contained in:
Martin A. Brown 2016-03-07 10:01:26 -08:00
parent 99d6232259
commit fc4c83307f
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ class BaseDoctype(object):
# -- perform build preparation steps: mkdir
#
if not self.output.hook_build_prepare():
if not self.output.hook_build_prepare(self.config):
logger.warning("%s %s failed (output %s), skipping",
stem, 'hook_build_prepare', classname)
return False