We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e00b7e commit 884bbc0Copy full SHA for 884bbc0
1 file changed
src/murfey/client/analyser.py
@@ -358,8 +358,7 @@ def _analyse(self, transferred_file: Path):
358
if (
359
"Metadata" in transferred_file.parts
360
or transferred_file.name == "EpuSession.dm"
361
- and not self._context
362
- ):
+ ) and not self._context:
363
if not (context := _get_context("SPAMetadataContext")):
364
return
365
self._context = context.load()(
@@ -372,8 +371,7 @@ def _analyse(self, transferred_file: Path):
372
371
"Batch" in transferred_file.parts
373
or "SearchMaps" in transferred_file.parts
374
or transferred_file.name == "Session.dm"
375
376
377
if not (context := _get_context("TomographyMetadataContext")):
378
379
0 commit comments