mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
Misc pep8 fixes
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user