use raw strings with regex
Compare changes
- Ashwin Kumar Karnad authored
@@ -185,7 +185,7 @@ def read_metadata_from_logfile(logfile: Union[str, Path]) -> dict:
The \w
in the regex string would be treated as escape sequences and must be used as raw strings inorder to not get errors.