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