forked from M-Labs/artiq
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():
|
def main():
|
||||||
device_mgr = DeviceManager(DeviceDB("device_db.pyon"))
|
device_mgr = DeviceManager(DeviceDB("device_db.py"))
|
||||||
try:
|
try:
|
||||||
experiment = SinaraTester((device_mgr, None, None, None))
|
experiment = SinaraTester((device_mgr, None, None, None))
|
||||||
experiment.prepare()
|
experiment.prepare()
|
||||||
|
|
Loading…
Reference in New Issue