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.
1 parent 8adb4da commit 7c077ffCopy full SHA for 7c077ff
src/murfey/client/analyser.py
@@ -229,7 +229,7 @@ def _analyse(self):
229
self._context = SPAMetadataContext("epu", self._basepath)
230
elif (
231
"Batch" in transferred_file.parts
232
- or "SearchMap" in transferred_file.parts
+ or "SearchMaps" in transferred_file.parts
233
or transferred_file.name == "Session.dm"
234
and not self._context
235
):
0 commit comments