fix version mismatch error

This commit is contained in:
Damien Elmes 2009-03-24 07:55:16 +09:00
parent e11bd7a680
commit cc67fd3985

View file

@ -108,7 +108,7 @@ def run():
if anki.version != appVersion: if anki.version != appVersion:
print "You have libanki %s, but this is ankiqt %s" % ( print "You have libanki %s, but this is ankiqt %s" % (
anki.version, appVersion) anki.version, appVersion)
print "\nPlease install the latest libanki." print "\nPlease ensure versions match."
return return
# parse args # parse args