Skip to content

Commit

Permalink
And *more* linter errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrubake committed Feb 9, 2024
1 parent 609c695 commit b875d4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lxc_ssh.py
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ def _set_version(self):
display.vvv("LXC v1")
# LXC v2 uses just 'lxc'
elif self._exec_command("type lxc", None, False)[0] == 0:
self.lxc_version = "lxc-v2"
self.lxc_version = "lxc-v2"
display.vvv("LXC v2")
else:
raise AnsibleConnectionFailure("Cannot identify LXC version")
Expand Down

0 comments on commit b875d4e

Please sign in to comment.