mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-03 23:14:02 -07:00
Misc pep8 fixes
This commit is contained in:
parent
c933a4c59a
commit
21d4400c96
5 changed files with 7 additions and 4 deletions
|
@ -880,7 +880,7 @@ class NetBsdService(Service):
|
|||
if os.path.isfile(rcfile):
|
||||
self.rcconf_file = rcfile
|
||||
|
||||
self.rcconf_key = "%s" % string.replace(self.name,"-","_");
|
||||
self.rcconf_key = "%s" % string.replace(self.name,"-","_")
|
||||
|
||||
return self.service_enable_rcconf()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue