Trivial (testing) update

This commit is contained in:
Miroslav Stampar
2019-04-29 14:41:12 +02:00
parent e0940438b3
commit fcb31b85b6
3 changed files with 2 additions and 5 deletions

View File

@@ -3526,7 +3526,7 @@ def getLatestRevision():
"""
Retrieves latest revision from the offical repository
>>> from lib.core.settings import VERSION; getLatestRevision() == VERSION
>>> (getLatestRevision() or " ")[0].isdigit()
True
"""