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.
2 parents 2559274 + 4fe64e2 commit f0376daCopy full SHA for f0376da
src/ugrd/base/plymouth.py
@@ -1,4 +1,4 @@
1
-__version__ = '0.1.0'
+__version__ = '0.1.1'
2
3
from zenlib.util import unset
4
from configparser import ConfigParser
@@ -47,7 +47,7 @@ def _process_plymouth_theme(self, theme):
47
def pull_plymouth(self):
48
""" Adds plymouth files to dependencies """
49
dir_list = [Path('/usr/lib64/plymouth'), Path('/usr/share/plymouth/themes/') / self["plymouth_theme"]]
50
- self.logger.info("Adding plymouth files to dependencies.")
+ self.logger.info("[%s] Adding plymouth files to dependencies." % self["plymouth_theme"])
51
for directory in dir_list:
52
for file in directory.rglob('*'):
53
self['dependencies'] = file
0 commit comments