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.
1 parent 1ffeab0 commit 1c7be09Copy full SHA for 1c7be09
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