Skip to content
Snippets Groups Projects
Commit 670877b2 authored by Haak, R. (Romeo)'s avatar Haak, R. (Romeo)
Browse files

Fixed two tiny bugs

parent 32ac26f4
No related branches found
No related tags found
1 merge request!85Fixed two tiny bugs
......@@ -76,6 +76,7 @@ class MistakeCounter:
'#mistakes': mistakes,
'#phonetic': phonetic,
'#repetition': repetition,
'#form': form,
'#semantic': semantic,
'#skipped': skipped,
'#random': random})
......@@ -67,7 +67,7 @@ class Utils:
participant: the participant number
task: the task for the participant
"""
match = re.search(r"(\d+)_(\D+){video}+\.T", path)
match = re.search(f"(\d+)_(\D+){video}+\.T", path)
task = None
participant = None
if match:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment