summaryrefslogtreecommitdiffstats
path: root/install/tools/ipa-adtrust-install
diff options
context:
space:
mode:
authorSumit Bose <sbose@redhat.com>2011-11-07 12:59:20 +0100
committerSimo Sorce <ssorce@redhat.com>2011-12-06 08:29:53 -0500
commit7c3e5f1be5cad9ee61547883ee1e4f852e14c3a7 (patch)
tree7a2e25a1e8b911ab8545fb0d69360658386f76b9 /install/tools/ipa-adtrust-install
parent0945e46845ec7eca5142f8dbc2d0db6aca11a501 (diff)
downloadfreeipa-7c3e5f1be5cad9ee61547883ee1e4f852e14c3a7.tar.gz
freeipa-7c3e5f1be5cad9ee61547883ee1e4f852e14c3a7.tar.xz
freeipa-7c3e5f1be5cad9ee61547883ee1e4f852e14c3a7.zip
Fix some pylint warnings
Diffstat (limited to 'install/tools/ipa-adtrust-install')
-rwxr-xr-xinstall/tools/ipa-adtrust-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/tools/ipa-adtrust-install b/install/tools/ipa-adtrust-install
index 87fecbfb4..c6fd3478a 100755
--- a/install/tools/ipa-adtrust-install
+++ b/install/tools/ipa-adtrust-install
@@ -111,7 +111,7 @@ def main():
print ""
# Check if samba packages are installed
- if not adtrustinstance.check_inst(options.unattended):
+ if not adtrustinstance.check_inst():
sys.exit("Aborting installation.")
# Initialize the ipalib api