mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
ePub: fix argument handling in Python script.
This commit is contained in:
parent
4615e2f09f
commit
7472be428e
@ -21,7 +21,7 @@ import zipfile
|
||||
import glob
|
||||
|
||||
if __name__ == '__main__':
|
||||
if len(sys.argv) != 3:
|
||||
if len(sys.argv) != 4:
|
||||
sys.exit(1)
|
||||
own_path, java_path, input, output = sys.argv
|
||||
script_folder = os.path.dirname(own_path) + '/../'
|
||||
|
Loading…
Reference in New Issue
Block a user