Skip to content

Commit

Permalink
Merge pull request #43 from TU-Wien-dataLAB/40-update-file-pattern
Browse files Browse the repository at this point in the history
feat: updated file pattern
  • Loading branch information
florian-jaeger authored Apr 29, 2024
2 parents 980d487 + 6b33393 commit e8b7f2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grader_labextension/handlers/version_control.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ async def put(self, lecture_id: int, assignment_id: int):
generator = GenerateAssignment(
input_dir=f"{self.root_dir}/{code}/source/{a_id}",
output_dir=output_dir,
file_pattern="*.ipynb",
file_pattern="**/*.ipynb",
copy_files=True, # Always copy files from source to release
)
generator.force = True
Expand Down

0 comments on commit e8b7f2a

Please sign in to comment.