Skip to content

Commit e42105f

Browse files
committed
bump versio, don't pull kmod metadata if no kmods are being pulled
Signed-off-by: Zen <[email protected]>
1 parent 55db9eb commit e42105f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "ugrd"
7-
version = "0.19.3"
7+
version = "0.20.0"
88
authors = [
99
{ name="Desultory", email="[email protected]" },
1010
]
@@ -18,7 +18,7 @@ classifiers = [
1818
]
1919

2020
dependencies = [
21-
"zenlib >= 1.6.1",
21+
"zenlib >= 1.6.2",
2222
"pycpio >= 0.8.2"
2323
]
2424

src/ugrd/kmod/kmod.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ def process_modules(self) -> None:
245245
self['kmod_ignore'] = kmod
246246

247247

248-
@check_dict('kmod_init', message="No kernel modules to load", log_level=30)
248+
@check_dict('kmod_init', not_empty=True, message="No kernel modules to load", log_level=30)
249249
def load_modules(self) -> None:
250250
""" Creates a bash script which loads all kernel modules in kmod_init. """
251251
# Start by using the kmod_init variable

0 commit comments

Comments
 (0)