fix linting

This commit is contained in:
Robert Kaussow 2021-01-31 18:23:38 +01:00
parent 273b32a200
commit b050e8c152
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ class CheckLocalAction(StandardBase):
if not errors:
for i, line in yamllines:
if 'local_action' in line:
if "local_action" in line:
errors.append(self.Error(i, self.helptext))
return self.Result(candidate.path, errors)