Skip to content

Commit abaff89

Browse files
fallenstephenfin
authored andcommitted
Fix type issue
Signed-off-by: Stephen Finucane <[email protected]>
1 parent 23d6e67 commit abaff89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

git_pw/shell.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def cli(
9595
For more information on any of the commands, simply pass ``--help`` to the
9696
appropriate command.
9797
"""
98-
logger.configure_verbosity(debug)
98+
logger.configure_verbosity(debug or CONF.debug)
9999

100100
if debug is not None:
101101
CONF.debug = debug

0 commit comments

Comments
 (0)