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 9f05837 commit 538c849Copy full SHA for 538c849
webware/Scripts/MakeAppWorkDir.py
@@ -163,7 +163,7 @@ def setLibDirs(self):
163
self.msg(f'\tWarning: Unexpected WSGI script')
164
else:
165
script = script.replace(
166
- 'libDirs = []', f'libDirs={self._libraryDirs!r}')
+ 'libDirs = []', f'libDirs = {self._libraryDirs!r}')
167
with open(wsgiScript, 'w') as f:
168
f.write(script)
169
0 commit comments