Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP1:Update
cobbler.16869
fix-cobbler-options-dict-parsing.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File fix-cobbler-options-dict-parsing.patch of Package cobbler.16869
Index: cobbler-2.6.6/koan/utils.py =================================================================== --- cobbler-2.6.6.orig/koan/utils.py +++ cobbler-2.6.6/koan/utils.py @@ -211,7 +211,7 @@ def input_string_or_hash(options,delim=N new_dict = {} tokens = string.split(options, delim) for t in tokens: - tokens2 = string.split(t,"=") + tokens2 = string.split(t,"=", 1) if len(tokens2) == 1: # this is a singleton option, no value key = tokens2[0]
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor