mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
ipautil Syntax error in comment
This commit is contained in:
parent
d0ea0bb638
commit
e93932b323
@ -123,7 +123,7 @@ def run(args, stdin=None, raiseonerr=True, nolog=(), env=None):
|
||||
stdout,stderr = p.communicate()
|
||||
|
||||
# The command and its output may include passwords that we don't want
|
||||
* to log. Run through the nolog items.
|
||||
# to log. Run through the nolog items.
|
||||
args = ' '.join(args)
|
||||
for value in nolog:
|
||||
args = args.replace(value, 'XXXXXXXX')
|
||||
|
Loading…
Reference in New Issue
Block a user