Skip to content
Snippets Groups Projects
Commit cf544e22 authored by Alán Muñoz's avatar Alán Muñoz
Browse files

bugfix imbackground calling

parent f2c789d9
No related branches found
No related tags found
No related merge requests found
...@@ -29,7 +29,9 @@ class Signal(BridgeH5): ...@@ -29,7 +29,9 @@ class Signal(BridgeH5):
def __getitem__(self, dsets): def __getitem__(self, dsets):
if isinstance(dsets, str) and ( if isinstance(dsets, str) and (
dsets.startswith("postprocessing") or dsets.startswith("/postprocessing") dsets.startswith("postprocessing")
or dsets.startswith("/postprocessing")
or dset.endswith("imBackground")
): ):
df = self.get_raw(dsets) df = self.get_raw(dsets)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment