Remove PyCharm debugger hack

This commit is contained in:
James R. Barlow
2019-04-18 10:15:02 -07:00
parent 922a107b7f
commit 91cb092aa0
-4
View File
@@ -66,10 +66,6 @@ def complain(message):
print(*textwrap.wrap(message), file=sys.stderr)
# Hack to help debugger context find /usr/local/bin
if 'IDE_PROJECT_ROOTS' in os.environ:
os.environ['PATH'] = '/usr/local/bin:' + os.environ['PATH']
# --------
# Critical environment tests