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
Branches
Tags
No related merge requests found
......@@ -207,7 +207,7 @@ else:
cli_realm, cli_domain, cli_server, cli_kdc, dnsok,
filename, client_domain, client_hostname, force=False,
configure_sssd=True):
# pylint: disable=global-statement
# pylint: disable=global-variable-not-assigned
global options
options.force = force
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