Skip to content
Snippets Groups Projects
Commit df982584 authored by Eleni Mathioulaki's avatar Eleni Mathioulaki Committed by Dennis Terhorst
Browse files

keep backwards compatible f-string syntax

parent 09b35c47
No related branches found
No related tags found
No related merge requests found
Pipeline #26870 passed with stage
in 15 minutes and 34 seconds
......@@ -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