ipautil Syntax error in comment

This commit is contained in:
Nalin Dahyabhai 2010-09-01 11:56:05 -04:00 committed by Adam Young
parent d0ea0bb638
commit e93932b323

View File

@ -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')