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 fd452d2 commit 2969b0aCopy full SHA for 2969b0a
in2lambda/api/module.py
@@ -115,7 +115,7 @@ def to_json(self, output_dir: str) -> None:
115
... # Check the title of the first question
116
... with open(f"{temp_dir}/question_1/question_1.json") as file:
117
... print(f"Question 1's title: {json.load(file)['title']}")
118
- ['Question 1', 'question_1.zip', 'Question 2', 'question_2.zip']
+ ['question_1', 'question_1.zip', 'question_2', 'question_2.zip']
119
Question 1's title: Question 1
120
121
"""
0 commit comments