Fixed a message to be more clear.

This commit is contained in:
Storm Dragon 2025-03-25 20:02:06 -04:00
parent edc1cbf7af
commit 41dae26d90

View File

@ -41,7 +41,7 @@ try:
PLUGGY_AVAILABLE = True
except ImportError:
PLUGGY_AVAILABLE = False
print("Warning: pluggy not available. Using fallback plugin system.")
print("Warning: Couldn't import pluggy. Plugins will not be available.")
try:
from gi.repository import GObject