Skip to content
Snippets Groups Projects
Commit 461bd8b1 authored by Rafael Guterres Jeffman's avatar Rafael Guterres Jeffman
Browse files

pylint: Ignore global-variable-not-assigned

parent ef0e3687
No related branches found
No related tags found
No related merge requests found
...@@ -207,7 +207,7 @@ else: ...@@ -207,7 +207,7 @@ else:
cli_realm, cli_domain, cli_server, cli_kdc, dnsok, cli_realm, cli_domain, cli_server, cli_kdc, dnsok,
filename, client_domain, client_hostname, force=False, filename, client_domain, client_hostname, force=False,
configure_sssd=True): configure_sssd=True):
# pylint: disable=global-statement # pylint: disable=global-variable-not-assigned
global options global options
options.force = force options.force = force
options.sssd = configure_sssd options.sssd = configure_sssd
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment