mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 15:02:21 -04:00
fix version mismatch error
This commit is contained in:
parent
e11bd7a680
commit
cc67fd3985
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ def run():
|
|||
if anki.version != appVersion:
|
||||
print "You have libanki %s, but this is ankiqt %s" % (
|
||||
anki.version, appVersion)
|
||||
print "\nPlease install the latest libanki."
|
||||
print "\nPlease ensure versions match."
|
||||
return
|
||||
|
||||
# parse args
|
||||
|
|
Loading…
Reference in a new issue