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:
parent
7d2c5df9d7
commit
402273ff2a
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user