Skip to content

Commit 9093557

Browse files
committed
Documentation: Add more detailed logging to replace_course_code.php - refs BT#22302
1 parent 5dc48f1 commit 9093557

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/scripts/replace_course_code.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ function replaceCodes(array $list): Generator
6969
],
7070
['code = ?' => [$currentCode]]
7171
);
72+
yield " Course table updated with new code and directory $newCode/$newDirectory";
7273
} else {
7374
yield " Course table not updated: previewMode=true";
7475
}

0 commit comments

Comments
 (0)