We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaa40e9 commit c9cec5eCopy full SHA for c9cec5e
1 file changed
components/rsptx/db/crud/rsfiles.py
@@ -124,7 +124,9 @@ async def fetch_source_code(
124
:param acid: str, the acid of the source code
125
:return: SourceCodeValidator, the SourceCodeValidator object
126
"""
127
- rslogger.debug(f"fetch_source_code: -{acid}-{filename}-{course_name}-{base_course}")
+ rslogger.debug(
128
+ f"fetch_source_code: -{repr(acid)}-{repr(filename)}-{repr(course_name)}-{repr(base_course)}"
129
+ )
130
if acid is None and filename is None:
131
return None
132
elif acid is None:
0 commit comments