Skip to content

Commit 76b529d

Browse files
committed
Forgot to include 'AtlasContext' in match-case logic
1 parent a51a5b4 commit 76b529d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/murfey/client/analyser.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,8 @@ def _analyse(self, transferred_file: Path):
397397
# Trigger processing and metadata parsing according to the context
398398
match self._context.name:
399399
case (
400-
"CLEMContext"
400+
"AtlasContext"
401+
| "CLEMContext"
401402
| "FIBContext"
402403
| "SPAMetadataContext"
403404
| "SXTContext"

0 commit comments

Comments
 (0)