mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
lyxpaperview - don't wait for the process to finish
This commit is contained in:
parent
723d3703fd
commit
17829ee513
@ -143,7 +143,7 @@ def main(argv):
|
||||
if len(cmdline) == 1:
|
||||
subprocess.call([viewer, result])
|
||||
elif len(cmdline) == 2:
|
||||
subprocess.call([cmdline[0], "-" + cmdline[1] , result])
|
||||
subprocess.Popen([cmdline[0], "-" + cmdline[1] , result])
|
||||
|
||||
exit(0)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user