Fixed a message to be more clear.
This commit is contained in:
parent
edc1cbf7af
commit
41dae26d90
@ -41,7 +41,7 @@ try:
|
|||||||
PLUGGY_AVAILABLE = True
|
PLUGGY_AVAILABLE = True
|
||||||
except ImportError:
|
except ImportError:
|
||||||
PLUGGY_AVAILABLE = False
|
PLUGGY_AVAILABLE = False
|
||||||
print("Warning: pluggy not available. Using fallback plugin system.")
|
print("Warning: Couldn't import pluggy. Plugins will not be available.")
|
||||||
|
|
||||||
try:
|
try:
|
||||||
from gi.repository import GObject
|
from gi.repository import GObject
|
||||||
|
Loading…
x
Reference in New Issue
Block a user