Skip to content

Commit 0452d92

Browse files
committed
improve logging for cpio checks
Signed-off-by: Zen <[email protected]>
1 parent 11dacf2 commit 0452d92

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ugrd/fs/cpio.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__author__ = 'desultory'
2-
__version__ = '3.4.1'
2+
__version__ = '3.4.2'
33

44

55
from zenlib.util import contains
@@ -18,6 +18,7 @@ def check_cpio_funcs(self) -> None:
1818
""" Checks that all included functions are in the profile included in the generated CPIO file. """
1919
bash_func_names = [func + '() {' for func in self.included_functions]
2020
_check_in_cpio(self, 'etc/profile', bash_func_names)
21+
return "All functions found in CPIO."
2122

2223

2324
@contains('check_in_cpio')

0 commit comments

Comments
 (0)