forked from M-Labs/artiq
always provide artiq._version.get_rev
This commit is contained in:
parent
e81e8f28cf
commit
77c6553725
|
@ -1,4 +1,7 @@
|
|||
import os
|
||||
|
||||
def get_rev():
|
||||
return "unknown"
|
||||
|
||||
def get_version():
|
||||
return os.getenv("VERSIONEER_OVERRIDE", default="8.0+unknown.beta")
|
||||
|
|
Loading…
Reference in New Issue