dairongxuan
Results
1
issues of
dairongxuan
```python """ Created by: xiaoyu Date: 2024/8/18 File: black_test """ import black print(black.cache.CACHE_DIR) ``` ##### nuitka --msvc=latest --standalone --onefile --show-progress --output-dir=builder_release_black --include-package=black --include-package=black.cache --include-package=black.files --include-package=black.mode --include-package=black.output black_test.py builder_release_black>black_test.exe Traceback (most...