Skip to content

Commit

Permalink
Update src/Zope2/utilities/mkwsgiinstance.py
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Howitz <[email protected]>
  • Loading branch information
dataflake and icemac committed May 29, 2024
1 parent c699cd0 commit ab90940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Zope2/utilities/mkwsgiinstance.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ def get_zope2path(python):
try:
output = subprocess.check_output(
[python, '-c', 'import Zope2; print(Zope2.__file__)'],
text=True, # makes Python 3 return text, not bytes
text=True,
stderr=subprocess.PIPE)
zope2file = output.strip()
except subprocess.CalledProcessError:
Expand Down

0 comments on commit ab90940

Please sign in to comment.