We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcef4c7 commit f7edd0dCopy full SHA for f7edd0d
1 file changed
src/murfey/server/api/shared.py
@@ -194,7 +194,7 @@ def gather_upstream_files(
194
195
# Search for files using the configured strings for that upstream instrument
196
file_list: list[Path] = []
197
- logger.info(f"Searching for files in {upstream_visit_path}")
+ logger.info(f"Searching for files in {sanitise(str(upstream_visit_path))!r}")
198
if (
199
machine_config.upstream_data_search_strings.get(upstream_instrument, None)
200
is not None
0 commit comments