Skip to content

Commit

Permalink
browser: fix dummy device creation failure on analyze
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasfire authored and sbourdeauducq committed Dec 1, 2022
1 parent ec5c1b2 commit 47581e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion artiq/browser/experiments.py
Expand Up @@ -406,7 +406,7 @@ def __init__(self, root, datasets_sub):

self.worker_handlers = {
"get_device_db": lambda: {},
"get_device": lambda k: {"type": "dummy"},
"get_device": lambda key, resolve_alias=False: {"type": "dummy"},
"get_dataset": self._ddb.get,
"update_dataset": self._ddb.update,
}
Expand Down

0 comments on commit 47581e0

Please sign in to comment.