Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 605939 Details for
Bug 850121
Error while parsing command line options
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Added explicit string constructor call
split.patch (text/plain), 561 bytes, created by
Michal Sekletar
on 2012-08-21 13:37:36 UTC
(
hide
)
Description:
Added explicit string constructor call
Filename:
MIME Type:
Creator:
Michal Sekletar
Created:
2012-08-21 13:37:36 UTC
Size:
561 bytes
patch
obsolete
>diff -up ./python-bugzilla-0.7.0/bin/bugzilla.split ./python-bugzilla-0.7.0/bin/bugzilla >--- ./python-bugzilla-0.7.0/bin/bugzilla.split 2012-06-07 00:41:50.000000000 +0200 >+++ ./python-bugzilla-0.7.0/bin/bugzilla 2012-08-21 15:05:19.451686188 +0200 >@@ -585,7 +585,7 @@ def main(bzinstance=None): > optional=['cc', 'blocked', 'dependson'] > for a in optional: > i = getattr(opt,a) >- data[a] = i.split(',') >+ data[a] = str(i).split(',') > for a in required: > i = getattr(opt,a) > if i:
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 850121
: 605939