Ticket #34 (closed Defect: To be investigated)
wrong parameter name
| Reported by: | damencho | Owned by: | Mircea Amarascu |
|---|---|---|---|
| Priority: | Minor | Milestone: | OpenXCAP 1.0 stable release |
| Component: | XCAP protocol | Version: | |
| Severity: | Non-critical | Keywords: | |
| Cc: |
Description
I think there is a wrong parameter name in /openxcap-0.9.9/xcap/appusage/init.py
line 125:
def _create_element(self, parent, terminal_selector, elem):
I think must be
def _create_element(self, parent, target, elem):
Change History
Note: See
TracTickets for help on using
tickets.
