second attempt to fix test.py.in

This commit is contained in:
Stephen Gaito 2020-06-16 16:38:40 +01:00
parent 7d2c5df9d7
commit 402273ff2a
1 changed files with 1 additions and 2 deletions

View File

@ -67,8 +67,7 @@ class Common(object):
# in the path, we split the PATH on whitespace and then append our
# arguments.
#
args = Common.PDF2HTMLEX_PATH.split() +
[ '--data-dir', self.DATDIR,
args = Common.PDF2HTMLEX_PATH.split() + [ '--data-dir', self.DATDIR,
'--dest-dir', self.TMPDIR
] + args