Skip to content

Commit

Permalink
update package name in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
rene-dev committed Oct 20, 2023
1 parent fd86d9f commit 2613268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/python/qtvcp/lib/sys_notify.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
try:
from dbus.mainloop.pyqt5 import DBusQtMainLoop
except ImportError:
LOG.warning("Could not import DBusQtMainLoop, is package 'python-dbus.mainloop.pyqt5' installed?")
LOG.warning("Could not import DBusQtMainLoop, is package 'python3-dbus.mainloop.pyqt5' installed?")

APP_NAME = ''
DBUS_IFACE = None
Expand Down

0 comments on commit 2613268

Please sign in to comment.