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 99dfdd7 commit 0fc7d54Copy full SHA for 0fc7d54
image_tools_py/setup.py
@@ -39,7 +39,7 @@ def run(self):
39
with open(outfile, 'w') as outfp:
40
for line in infp:
41
for subst in substs:
42
- line = line.replace(subst, "'%s' # noqa" % (substs[subst]))
+ line = line.replace(subst, "r'%s' # noqa" % (substs[subst]))
43
outfp.write(line)
44
45
install_scripts.run(self)
0 commit comments