app/wsapi/WSPathArbitraryString: wrong indent
WSPathArbitraryString.__str__ method should be instance method. Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp> Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
parent
d486967bed
commit
a7d3449668
@ -484,8 +484,8 @@ class WSPathArbitraryString(WSPathComponent):
|
|||||||
WSPathComponent.__init__(self)
|
WSPathComponent.__init__(self)
|
||||||
self._name = name
|
self._name = name
|
||||||
|
|
||||||
def __str__(self):
|
def __str__(self):
|
||||||
return self._name
|
return self._name
|
||||||
|
|
||||||
def extract(self, pc, data):
|
def extract(self, pc, data):
|
||||||
if pc == None:
|
if pc == None:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user