mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
fix travis build
This commit is contained in:
parent
37a239cf38
commit
4e377a3b33
1 changed files with 1 additions and 1 deletions
|
@ -422,7 +422,7 @@ class TimedLog:
|
||||||
def versionWithBuild():
|
def versionWithBuild():
|
||||||
from anki import version
|
from anki import version
|
||||||
try:
|
try:
|
||||||
from anki.buildhash import build
|
from anki.buildhash import build # type: ignore
|
||||||
except:
|
except:
|
||||||
build = "dev"
|
build = "dev"
|
||||||
return "%s (%s)" % (version, build)
|
return "%s (%s)" % (version, build)
|
||||||
|
|
Loading…
Reference in a new issue