Skip to content

Commit 0abf1ce

Browse files
committed
correct indention of over-indented lines
1 parent fb274ba commit 0abf1ce

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

libioc/JailState.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636

3737
def _get_userland_version() -> float:
38-
return float(libioc.helpers.get_os_version()["userland"])
38+
return float(libioc.helpers.get_os_version()["userland"])
3939

4040

4141
def _parse(text: str) -> JailStatesDict:

libioc/ListableResource.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ def __iter__(
9999
for child_dataset in children:
100100
name = self._get_asset_name_from_dataset(child_dataset)
101101
if has_filters and (filters.match_key("name", name) is False):
102-
# Skip all jails that do not even match the name
103-
continue
102+
# Skip all jails that do not even match the name
103+
continue
104104

105105
# ToDo: Do not load jail if filters do not require to
106106
resource = self._get_resource_from_dataset(child_dataset)

0 commit comments

Comments
 (0)