Univention Bugzilla – Attachment 7031 Details for
Bug 38697
univention-upgrade should suggest App Center updates
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix Thread(kwargs)
file_38697.txt (text/plain), 1.33 KB, created by
Philipp Hahn
on 2015-07-20 09:52:59 CEST
(
hide
)
Description:
Fix Thread(kwargs)
Filename:
MIME Type:
Creator:
Philipp Hahn
Created:
2015-07-20 09:52:59 CEST
Size:
1.33 KB
patch
obsolete
>$ di ./management/univention-management-console-module-appcenter/umc/python/appcenter/app_center.py >diff --git a/branches/ucs-4.0/ucs-4.0-2/management/univention-management-console-module-appcenter/umc/python/appcenter/app_center.py b/branches/ucs-4.0/ucs-4.0-2/management/univention-management-console-module-appcenter/umc/python/appcenter/app_center.py >index 5e8b079..4bb8d7d 100644 >--- a/branches/ucs-4.0/ucs-4.0-2/management/univention-management-console-module-appcenter/umc/python/appcenter/app_center.py >+++ b/branches/ucs-4.0/ucs-4.0-2/management/univention-management-console-module-appcenter/umc/python/appcenter/app_center.py >@@ -1640,7 +1640,7 @@ class Application(object): > else: > MODULE.process('Cannot run them without credentials') > return >- run_join_scripts = Thread(target=subprocess.call, args=[args], stdout=subprocess.PIPE, stderr=subprocess.PIPE) >+ run_join_scripts = Thread(target=subprocess.call, args=[args], kwargs=dict(stdout=subprocess.PIPE, stderr=subprocess.PIPE)) > run_join_scripts.start() > while run_join_scripts.is_alive(): > # i did not find anything nearly as efficient as this one
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 38697
: 7031