Fixed a message to be more clear.
This commit is contained in:
parent
edc1cbf7af
commit
41dae26d90
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user