We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 28623d3 + 1c7be09 commit c3860e3Copy full SHA for c3860e3
gitless/cli/gl.py
@@ -39,7 +39,7 @@
39
try:
40
pprint.DISABLE_COLOR = not repo.config.get_bool('color.ui')
41
except pygit2.GitError:
42
- prrint.DISABLE_COLOR = (
+ pprint.DISABLE_COLOR = (
43
repo.config['color.ui'] in ['no', 'never'])
44
except (core.NotInRepoError, KeyError):
45
pass
0 commit comments