Skip to content

Commit

Permalink
fix: change position of nocolor into print_verbose fucntion
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoGuadrini committed May 24, 2024
1 parent 8ec2229 commit ebfebd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utility.py
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ def confirm(message, default="n", force=False):
return answer == "y"


def print_verbose(verbose_status, nocolor=False, *messages):
def print_verbose(verbose_status, *messages, nocolor=False):
"""
Print verbose information
:return: Verbose message if verbose status is True
Expand Down

0 comments on commit ebfebd4

Please sign in to comment.