taichi
taichi copied to clipboard
[Bug] Fix bug to disable taichi header print
Issue: #8334
Brief Summary
The previous code #8413 had no effect because the value in os.environ can only be a string. This pull request will enable users to disable the Taichi header print by setting one of the following ways:
- os.environ['ENABLE_TAICHI_HEADER_PRINT'] = 'False'
- os.environ['ENABLE_TAICHI_HEADER_PRINT'] = 'FALSE'
- os.environ['ENABLE_TAICHI_HEADER_PRINT'] = 'F'
- os.environ['ENABLE_TAICHI_HEADER_PRINT'] = '0'
Walkthrough
copilot:walkthrough
Deploy Preview for docsite-preview ready!
Name | Link |
---|---|
Latest commit | 8c62aa57e84c1e00a6757a35ac570facbf0b5ab1 |
Latest deploy log | https://app.netlify.com/sites/docsite-preview/deploys/6677810d92484c0008b67aa4 |
Deploy Preview | https://deploy-preview-8517--docsite-preview.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
/rebase
/rebase