diff --git a/.github/add-comments.py b/.github/add-comments.py index 8f2d5e3..faba547 100644 --- a/.github/add-comments.py +++ b/.github/add-comments.py @@ -3,7 +3,7 @@ import re import argparse from github import Github - +#comments def get_env_var(env_var_name, echo_value=True): """Try to get the value from a environmental variable. If the values is 'None', then a ValueError exception will