Skip to content

Commit

Permalink
Small adaption
Browse files Browse the repository at this point in the history
  • Loading branch information
marlon-luca-bu committed Jul 23, 2024
1 parent b19a56c commit bada946
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def process_incoming_feedback(exercise: Exercise, submission: Submission, feedba
programming_language = exercise.programming_language.lower()
# Currently only works with Java and Python - can be extended with more languages if the grammar is available
if programming_language not in ["java", "python"]:
logger.info("AP-TED currently only works with Java and Python. Not consuming feedback.")
logger.info("The winnowing module currently only works with Java and Python. Not consuming feedback.")
return

# Remove unreferenced feedbacks
Expand Down

0 comments on commit bada946

Please sign in to comment.