mirror of https://github.com/m-labs/artiq.git
artiq_sinara_tester: fix device_db filename
This commit is contained in:
parent
dfa033eb87
commit
5f8e20b1a1
|
@ -385,7 +385,7 @@ class SinaraTester(EnvExperiment):
|
|||
|
||||
|
||||
def main():
|
||||
device_mgr = DeviceManager(DeviceDB("device_db.pyon"))
|
||||
device_mgr = DeviceManager(DeviceDB("device_db.py"))
|
||||
try:
|
||||
experiment = SinaraTester((device_mgr, None, None, None))
|
||||
experiment.prepare()
|
||||
|
|
Loading…
Reference in New Issue