Skip to content

Commit 79ede5e

Browse files
committed
1 parent 8cc9ba7 commit 79ede5e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

libioc/JailParams.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ def value(self, value: JailParamValueType) -> None:
4949
"""Set the user defined value of this jail parameter."""
5050
if self.ctl_type == freebsd_sysctl.types.NODE:
5151
raise TypeError("sysctl NODE has no value")
52-
elif self.ctl_type in [
52+
53+
if self.ctl_type in [
5354
freebsd_sysctl.types.STRING,
5455
freebsd_sysctl.types.OPAQUE,
5556
]:

0 commit comments

Comments
 (0)