Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Datasets:
ZTWHHH
/
envs_2
like
0
Dataset card
Files
Files and versions
xet
Community
663aae8
envs_2
/
llava
/
lib
/
python3.10
/
distutils
/
debug.py
ZTWHHH
Add files using upload-large-folder tool
3379ba8
verified
10 months ago
raw
Copy download link
history
blame
139 Bytes
import
os
# If DISTUTILS_DEBUG is anything other than the empty string, we run in
# debug mode.
DEBUG = os.environ.get(
'DISTUTILS_DEBUG'
)