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:
parent
9db99ccbd8
commit
58f00d3c45
1 changed files with 1 additions and 1 deletions
2
dzgui.sh
2
dzgui.sh
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue