You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my environment (Python 2.7), I found that variable DEBUG is recognized as str type instead of Bool type, after setting debug loaded from config file (".git\gitcc"):
@oplier Thanks for the issue, and I'm sorry the git-cc code is so horrible. :( I'm not really actively maintaining this, but if you send me a PR I will happily merge if it looks sensible.
oplier
added a commit
to oplier/git-cc
that referenced
this issue
May 8, 2019
Hello Charles,
In my environment (Python 2.7), I found that variable
DEBUG
is recognized asstr
type instead ofBool
type, after settingdebug
loaded from config file (".git\gitcc"):git-cc/git_cc/common.py
Line 228 in 9db2037
Then when calling function
debug
, regardless of the setting value, it will enter theif
case and do the print action:git-cc/git_cc/common.py
Lines 72 to 74 in 9db2037
The text was updated successfully, but these errors were encountered: