Skip to content

Commit f7edd0d

Browse files
committed
Missed sanitising a log
1 parent fcef4c7 commit f7edd0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/murfey/server/api/shared.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ def gather_upstream_files(
194194

195195
# Search for files using the configured strings for that upstream instrument
196196
file_list: list[Path] = []
197-
logger.info(f"Searching for files in {upstream_visit_path}")
197+
logger.info(f"Searching for files in {sanitise(str(upstream_visit_path))!r}")
198198
if (
199199
machine_config.upstream_data_search_strings.get(upstream_instrument, None)
200200
is not None

0 commit comments

Comments
 (0)