We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3cb1b48 + 5e2dc08 commit 1598f3bCopy full SHA for 1598f3b
extra_foam/special_suite/special_analysis_base.py
@@ -642,7 +642,7 @@ def run(self):
642
"timeout": config["CLIENT_TIME_OUT"]
643
}
644
if self._client_instance_type == KaraboGateClient:
645
- kwargs["connect"] = False
+ kwargs["connect"] = False
646
647
with self._client_instance_type(self._endpoint_st, **kwargs) as client:
648
self.log.info(f"Connected to {self._endpoint_st}")
@@ -699,7 +699,7 @@ def run(self):
699
continue
700
701
try:
702
- correlated, dropped = self._transformer_st.correlate(data)
+ correlated, _, dropped = self._transformer_st.correlate(data)
703
for tid, err in dropped:
704
self.log.error(err)
705
except Exception as e:
0 commit comments