Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion ecleankernel/file.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,9 @@ def decompress_raw(self,
raise MissingDecompressorError(
f'The Python module {comp!r} that is required '
f'to decompress kernel file {self.path} '
f'is not installed.')
f'is not installed. Did you remember to set the '
f'corresponding USE flag when emerging '
f'app-admin/eclean-kernel?')
if comp == 'zstandard':
# Technically a redundant import, this is just
# to make your IDE happy :)
Expand Down
Loading