fallback VERSION to "unknown version"
This commit is contained in:
parent
fd04c03613
commit
1614b62f70
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ try:
|
|||
import cdist.version
|
||||
VERSION = cdist.version.VERSION
|
||||
except ModuleNotFoundError:
|
||||
VERSION = 'from git'
|
||||
VERSION = 'unknown version'
|
||||
|
||||
BANNER = """
|
||||
.. . .x+=:. s
|
||||
|
|
Loading…
Reference in a new issue