From e93932b3235fc27b31a59c0cb77250acf15d3f31 Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Wed, 1 Sep 2010 11:56:05 -0400 Subject: ipautil Syntax error in comment --- ipapython/ipautil.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipapython/ipautil.py b/ipapython/ipautil.py index 4d07bb626..9a3e8a6a9 100644 --- a/ipapython/ipautil.py +++ b/ipapython/ipautil.py @@ -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') -- cgit