Univention Bugzilla – Attachment 6698 Details for
Bug 37840
Traceback in computer room UMC module when deactivating printing
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
vunset.patch
vunset.patch (text/plain), 605 bytes, created by
Arvid Requate
on 2015-02-18 19:33:44 CET
(
hide
)
Description:
vunset.patch
Filename:
MIME Type:
Creator:
Arvid Requate
Created:
2015-02-18 19:33:44 CET
Size:
605 bytes
patch
obsolete
>Index: ucs-school-umc-computerroom/umc/python/computerroom/__init__.py >=================================================================== >--- ucs-school-umc-computerroom/umc/python/computerroom/__init__.py (Revision 58114) >+++ ucs-school-umc-computerroom/umc/python/computerroom/__init__.py (Arbeitskopie) >@@ -778,7 +778,7 @@ > # remove empty items ('""') in list > vset[varname] = ' '.join([x for x in vset[varname].split(' ') if x != '""']) > if varname in vunset: >- del vunset[varname] >+ vunset.remove(varname) > > # set values > ucr_vars = sorted(map(lambda x: '%s=%s' % x, vset.items()))
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 37840
: 6698