Skip to content

Commit 5936d5f

Browse files
committed
Merge remote-tracking branch 'upstream/maint/1.10.0'
2 parents 44d8461 + 44c7088 commit 5936d5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/schemacode/src/bidsschematools/validator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ def validate_all(
429429
# We need to record the actual expressions we query.
430430
_regex_entry = deepcopy(regex_entry)
431431
_regex_entry.update({"regex": target_regex})
432-
lgr.debug("\t* `%s`, with pattern: `%`", target_path, target_regex)
432+
lgr.debug("\t* `%s`, with pattern: `%s`", target_path, target_regex)
433433
matched = re.match(target_regex, target_path)
434434
itemwise_result = {}
435435
itemwise_result["path"] = target_path

0 commit comments

Comments
 (0)