1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-12-22 04:50:09 +00:00

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

View File

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