Skip to content

Commit

Permalink
修复False误写为false
Browse files Browse the repository at this point in the history
  • Loading branch information
ComerLater committed Jul 13, 2024
1 parent f16bb74 commit af34096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/env_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def help_info():
)


def touch_env(use_gitee=false):
def touch_env(use_gitee=False):
if sys.platform != 'win32':
home_dir = os.environ['HOME']
else:
Expand Down

0 comments on commit af34096

Please sign in to comment.