Skip to content

Commit a6459bd

Browse files
committed
Added the missing function argument.
1 parent 6e32035 commit a6459bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpt/runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ def __init__(self, runner, printer):
376376
self.runner = runner
377377
self.printer = printer
378378

379-
def __call__(self, command):
379+
def __call__(self, command, hide_sensitive=True):
380380
cmd_str = command
381381
if hide_sensitive:
382382
cmd_str = re.sub(r'(CONAN_LOGIN_USERNAME[_\w+]*)=\"(\w+)\"', r'\1="xxxxxxxx"', cmd_str)

0 commit comments

Comments
 (0)