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 647642 Details for
Bug 870046
pywbem client can not invoke methods on pegasus providers
[?]
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]
updated version of patch
pywbem-0.7.0-instance_path2str.patch (text/plain), 573 bytes, created by
Michal Minar
on 2012-11-19 09:50:31 UTC
(
hide
)
Description:
updated version of patch
Filename:
MIME Type:
Creator:
Michal Minar
Created:
2012-11-19 09:50:31 UTC
Size:
573 bytes
patch
obsolete
>Index: cim_obj.py >=================================================================== >--- cim_obj.py (revision 600) >+++ cim_obj.py (working copy) >@@ -503,8 +503,11 @@ > > s +='%s=' % key > >- if type(value) == int or type(value) == long: >+ if isinstance(value, (int, long, bool, float)): > s += str(value) >+ elif isinstance(value, CIMInstanceName): >+ s += '"%s"' % str(value).replace( >+ '\\','\\\\').replace('"','\\"') > else: > s += '"%s"' % value >
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 870046
:
633317
| 647642