We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11dacf2 commit 0452d92Copy full SHA for 0452d92
src/ugrd/fs/cpio.py
@@ -1,5 +1,5 @@
1
__author__ = 'desultory'
2
-__version__ = '3.4.1'
+__version__ = '3.4.2'
3
4
5
from zenlib.util import contains
@@ -18,6 +18,7 @@ def check_cpio_funcs(self) -> None:
18
""" Checks that all included functions are in the profile included in the generated CPIO file. """
19
bash_func_names = [func + '() {' for func in self.included_functions]
20
_check_in_cpio(self, 'etc/profile', bash_func_names)
21
+ return "All functions found in CPIO."
22
23
24
@contains('check_in_cpio')
0 commit comments