1
0
Fork 0
mirror of https://github.com/aclist/dztui.git synced 2025-04-05 03:53:01 +02:00

chore: update warning message

This commit is contained in:
aclist 2024-01-31 19:31:48 +09:00
parent 71757fe982
commit 73a990cafc

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"