Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Fix bug to disable taichi header print #8517

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

mushroomfire
Copy link

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

@CLAassistant
Copy link

CLAassistant commented Apr 23, 2024

CLA assistant check
All committers have signed the CLA.

Copy link

netlify bot commented Apr 23, 2024

Deploy Preview for docsite-preview ready!

Name Link
🔨 Latest commit b111349
🔍 Latest deploy log https://app.netlify.com/sites/docsite-preview/deploys/6627b42eee21c30008fa1d5c
😎 Deploy Preview https://deploy-preview-8517--docsite-preview.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@bobcao3
Copy link
Collaborator

bobcao3 commented Apr 25, 2024

/rebase

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants