We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d28a5fc commit c345fadCopy full SHA for c345fad
tmc-langs-util/src/task_executor/course_refresher.rs
@@ -365,7 +365,7 @@ fn execute_zip(
365
{
366
let entry = entry?;
367
if entry.path().is_file() {
368
- let relative_path = entry.path().strip_prefix(&exercise_root).unwrap(); // safe
+ let relative_path = entry.path().strip_prefix(&root_path).unwrap(); // safe
369
writer
370
.start_file(
371
relative_path.to_string_lossy(),
0 commit comments