Skip to content

Commit 4cddbdd

Browse files
committed
add min-depth to maven submission preparation
1 parent df9d509 commit 4cddbdd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tmc-langs-util/src/task_executor/submission_packaging.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,7 @@ pub fn prepare_submission(
288288

289289
// copy files directly in clone_path to dest
290290
for entry in WalkDir::new(clone_path)
291+
.min_depth(1)
291292
.max_depth(1)
292293
.into_iter()
293294
.filter_entry(|e| e.path().is_file())

0 commit comments

Comments
 (0)