We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d23916 commit 40da0a9Copy full SHA for 40da0a9
1 file changed
src/murfey/client/analyser.py
@@ -408,7 +408,7 @@ def _analyse(self, transferred_file: Path):
408
)
409
self.post_transfer(transferred_file)
410
case "SPAContext":
411
- logger.debug(f"File {transferred_file.name!r} is part of the atlas")
+ logger.debug(f"File {transferred_file.name!r} is part of the SPA workflow")
412
413
414
# Find extension
@@ -444,7 +444,7 @@ def _analyse(self, transferred_file: Path):
444
self.notify(dc_metadata)
445
446
case "TomographyContext":
447
+ logger.debug(f"File {transferred_file.name!r} is part of the tomography workflow")
448
449
450
0 commit comments