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 0d363e7 commit 4d926b6Copy full SHA for 4d926b6
src/murfey/client/analyser.py
@@ -168,6 +168,7 @@ def _find_context(self, file_path: Path) -> bool:
168
return True
169
170
# Files starting with "Position" belong to the standard tomography workflow
171
+ # NOTE: not completely reliable, mdocs can be in tomography metadata as well
172
if (
173
split_file_stem[0] == "Position"
174
or "[" in file_path.name
0 commit comments