Skip to content

Commit 4d926b6

Browse files
committed
Make note on problem
1 parent 0d363e7 commit 4d926b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/murfey/client/analyser.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ def _find_context(self, file_path: Path) -> bool:
168168
return True
169169

170170
# Files starting with "Position" belong to the standard tomography workflow
171+
# NOTE: not completely reliable, mdocs can be in tomography metadata as well
171172
if (
172173
split_file_stem[0] == "Position"
173174
or "[" in file_path.name

0 commit comments

Comments
 (0)