Ticket #34 (closed Defect: To be investigated)

Opened 4 years ago

Last modified 4 years ago

wrong parameter name

Reported by: damencho Owned by: Mircea Amarascu
Priority: Minor Milestone: OpenXCAP 1.0.0
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

comment:1 Changed 4 years ago by admin

  • Status changed from new to closed
Note: See TracTickets for help on using tickets.