Skip to content
Snippets Groups Projects
Commit a2e19f97 authored by Eleni Mathioulaki's avatar Eleni Mathioulaki
Browse files

keep backwards compatible f-string syntax

parent be376aad
No related branches found
No related tags found
1 merge request!451Script for module file path fixing
......@@ -106,7 +106,7 @@ class Rewriter:
outpaths.append(path)
continue
subpath = path[len(str(self.installpath)) :].lstrip("/") # match tail after installpath
log.debug(f"matching {subpath=}")
log.debug(f"matching subpath={subpath}")
toolpath = self._package_re.match(subpath)
if toolpath:
newpath = str(Path(self._viewpath) / toolpath.group("relative"))
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment