forked from M-Labs/artiq
artiq_run: fix expid class_name inconsistency
This commit is contained in:
parent
7cf25f8539
commit
8c88ce8169
|
@ -175,7 +175,7 @@ def _build_experiment(device_mgr, dataset_mgr, args):
|
||||||
file = getattr(module, "__file__")
|
file = getattr(module, "__file__")
|
||||||
expid = {
|
expid = {
|
||||||
"file": file,
|
"file": file,
|
||||||
"experiment": args.experiment,
|
"class_name": args.experiment,
|
||||||
"arguments": arguments
|
"arguments": arguments
|
||||||
}
|
}
|
||||||
device_mgr.virtual_devices["scheduler"].expid = expid
|
device_mgr.virtual_devices["scheduler"].expid = expid
|
||||||
|
|
Loading…
Reference in New Issue