Files
server/opt/plesk/python/3/lib/python3.10/distutils/debug.py
cutemeli 0bfc6c8425 Initial
2025-12-22 10:32:59 +00:00

6 lines
139 B
Python

import os
# If DISTUTILS_DEBUG is anything other than the empty string, we run in
# debug mode.
DEBUG = os.environ.get('DISTUTILS_DEBUG')