Skip to content

Commit 55460c6

Browse files
fix: remove wrongly merged code
1 parent 739574a commit 55460c6

File tree

1 file changed

+0
-2
lines changed
  • grader_service/convert/converters

1 file changed

+0
-2
lines changed

grader_service/convert/converters/base.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -268,8 +268,6 @@ def matches_allowed_patterns(file_path):
268268
"""
269269
Check if a file matches any of the allowed glob patterns.
270270
"""
271-
if file_path.endswith(".ipynb"):
272-
return False
273271
return any(fnmatch.fnmatch(file_path, pattern) for pattern in files_patterns)
274272

275273
def is_ignored(file_path):

0 commit comments

Comments
 (0)