Skip to content

Commit

Permalink
Fix the release failure over openEdx
Browse files Browse the repository at this point in the history
  • Loading branch information
asadiqbal authored and amirtds committed Sep 25, 2023
1 parent 49b9f6f commit 1f7eb19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edx_sga/sga.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ def file_size_over_limit(cls, file_obj):
return file_obj.tell() > cls.student_upload_max_size()

@classmethod
def parse_xml(cls, node, runtime, keys): # pylint: disable=arguments-differ
def parse_xml(cls, node, runtime, keys, id_generator): # pylint: disable=arguments-differ
"""
Override default serialization to handle <solution /> elements
"""
Expand Down

0 comments on commit 1f7eb19

Please sign in to comment.