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 6e26592 commit 158132fCopy full SHA for 158132f
tmc-langs-util/src/task_executor/submission_packaging.rs
@@ -177,7 +177,7 @@ pub fn prepare_submission(
177
let project_root =
178
project_root.ok_or_else(|| UtilError::NoProjectDirInZip(zip_path.to_path_buf()))?;
179
180
- let plugin = get_language_plugin(&project_root)?;
+ let plugin = get_language_plugin(&clone_path)?;
181
let dest = temp.path().join(
182
toplevel_dir_name
183
.as_ref()
0 commit comments