Fix typo: Replace "N0" with "NO".
This commit is contained in:
parent
f9d9c1b6d7
commit
eea4d06848
1 changed files with 1 additions and 1 deletions
|
@ -1007,7 +1007,7 @@ class OpenBsdService(Service):
|
||||||
|
|
||||||
# Depending on the service the string returned from 'status' may be
|
# Depending on the service the string returned from 'status' may be
|
||||||
# either a set of flags or the boolean YES/NO
|
# either a set of flags or the boolean YES/NO
|
||||||
if status_string == "YES" or status_string == "N0":
|
if status_string == "YES" or status_string == "NO":
|
||||||
current_flags = ''
|
current_flags = ''
|
||||||
else:
|
else:
|
||||||
current_flags = status_string
|
current_flags = status_string
|
||||||
|
|
Loading…
Reference in a new issue