mirror of
https://github.com/m-labs/artiq.git
synced 2024-12-25 03:08:27 +08:00
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
Block a user