Univention Bugzilla – Attachment 8556 Details for
Bug 43896
TypeError: cannot concatenate 'str' and 'NoneType' objects
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
43896.patch (text/plain), 801 bytes, created by
Florian Best
on 2017-03-16 12:28:49 CET
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Florian Best
Created:
2017-03-16 12:28:49 CET
Size:
801 bytes
patch
obsolete
>diff --git a/management/univention-appcenter/conffiles/usr/share/univention-management-console/i18n/de/apps.mo b/management/univention-appcenter/conffiles/usr/share/univention-management-console/i18n/de/apps.mo >index 5da5c73..4a41d10 100644 >--- a/management/univention-appcenter/conffiles/usr/share/univention-management-console/i18n/de/apps.mo >+++ b/management/univention-appcenter/conffiles/usr/share/univention-management-console/i18n/de/apps.mo >@@ -37,9 +37,11 @@ for app in apps: > app_de = app.get_app_cache_obj().copy(locale='de').find_by_component_id(app.component_id) > msgid = getattr(app_en, attr) > msgstr = getattr(app_de, attr) >+ if not msgid: >+ continue > entry = POEntry( > msgid=msgid, >- msgstr=msgstr >+ msgstr=msgstr or '' > ) > po.append(entry) > print po.to_binary()
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 43896
: 8556