X-Git-Url: http://git.cascardo.info/?p=cascardo%2Fipsilon.git;a=blobdiff_plain;f=ipsilon%2Flogin%2Fauthform.py;h=0e20a60d83ff60964d7ab14aff8896be00e72bb0;hp=ecce919aef0f5f53299cd9b2e227aedb3b6a77e9;hb=1bcc0d697dd37a9268641f0cbaa7e9e781552233;hpb=93d4e52712767fe955f3a44a60a6c6f0f909423b diff --git a/ipsilon/login/authform.py b/ipsilon/login/authform.py index ecce919..0e20a60 100644 --- a/ipsilon/login/authform.py +++ b/ipsilon/login/authform.py @@ -123,7 +123,7 @@ class Installer(LoginManagerInstaller): 'service': opts['form_service']} tmpl = Template(CONF_TEMPLATE) - hunk = tmpl.substitute(**confopts) # pylint: disable=star-args + hunk = tmpl.substitute(**confopts) with open(opts['httpd_conf'], 'a') as httpd_conf: httpd_conf.write(hunk)