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 ce4c314 commit 014ec41Copy full SHA for 014ec41
workbook/actions.py
@@ -25,7 +25,7 @@ def get_problem_info(workbook_url):
25
ret = []
26
while True:
27
x = txt.find(pattern)
28
- print(f'Parsing {workbook_url}... {x}')
+ print(f'{x}')
29
if x == -1: break
30
txt = txt[x+9:]
31
prob_id, prob_name = '', ''
0 commit comments