mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 19:07:45 +00:00
parent
733389677f
commit
f489ecab99
@ -554,7 +554,7 @@ def checkInkscape():
|
|||||||
def checkInkscapeStable():
|
def checkInkscapeStable():
|
||||||
''' Check whether we use Inkscape >= 1.0 '''
|
''' Check whether we use Inkscape >= 1.0 '''
|
||||||
version_string = cmdOutput("inkscape --version")
|
version_string = cmdOutput("inkscape --version")
|
||||||
if version_string.find('0.9') > 0:
|
if version_string.find(' 0.') > 0:
|
||||||
return False
|
return False
|
||||||
else:
|
else:
|
||||||
return True
|
return True
|
||||||
|
Loading…
Reference in New Issue
Block a user