summaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorMartin Basti <mbasti@redhat.com>2016-09-22 14:39:16 +0200
committerMartin Basti <mbasti@redhat.com>2016-09-23 09:23:41 +0200
commit9b68d2a1f858854bc3cf2d6024f3fd3d79c2f696 (patch)
tree05b54fce4f950dc16051e2bf081f33698cd2a203 /install
parent4d7d53c9664c9e68d7c6cda1a65cae7551423df7 (diff)
downloadfreeipa-9b68d2a1f858854bc3cf2d6024f3fd3d79c2f696.tar.gz
freeipa-9b68d2a1f858854bc3cf2d6024f3fd3d79c2f696.tar.xz
freeipa-9b68d2a1f858854bc3cf2d6024f3fd3d79c2f696.zip
Pylint: enable global-variable-not-assigned check
the global keyword should be used only when variable from outside is assigned inside, otherwise it has no effect and just confuses developers Reviewed-By: Tomas Krizek <tkrizek@redhat.com>
Diffstat (limited to 'install')
-rwxr-xr-xinstall/tools/ipa-replica-conncheck1
1 files changed, 0 insertions, 1 deletions
diff --git a/install/tools/ipa-replica-conncheck b/install/tools/ipa-replica-conncheck
index a192bbf1a..0c583cfc1 100755
--- a/install/tools/ipa-replica-conncheck
+++ b/install/tools/ipa-replica-conncheck
@@ -385,7 +385,6 @@ def main():
print_info("\nConnection from replica to master is OK.")
# create listeners
- global RESPONDERS
print_info("Start listening on required ports for remote master check")
for port in required_ports: