1
0
Fork 0
mirror of https://github.com/aclist/dztui.git synced 2024-12-28 21:32:36 +01:00

chore: update warning message

This commit is contained in:
aclist 2024-01-31 19:31:30 +09:00
parent 9db99ccbd8
commit 58f00d3c45

View file

@ -130,7 +130,7 @@ test_gobject(){
python3 -c "import gi"
if [[ ! $? -eq 0 ]]; then
logger CRITICAL "Missing PyGObject"
fdialog "Requires PyGObject"
fdialog "Requires PyGObject (python3-gobject)"
exit 1
fi
logger INFO "Found PyGObject in Python env"