mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
Grrr, fix dbus int cast (how did I screw this up??)
This commit is contained in:
parent
da71b2ec5c
commit
0ca8cf6d43
@ -131,7 +131,7 @@ def packagekit_install(package_list):
|
||||
# Set 2 hour timeout
|
||||
timeout = 60 * 60 * 2
|
||||
logging.debug("Installing packages: %s", package_list)
|
||||
pk_control.InstallPackageNames(dbus.Uint32(0),
|
||||
pk_control.InstallPackageNames(dbus.UInt32(0),
|
||||
package_list, "hide-confirm-search",
|
||||
timeout=timeout)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user