if type is not found, set TYPE_UNKNOWN instead of None
This commit is contained in:
parent
9444e89a5e
commit
38f1c3e2c5
1 changed files with 2 additions and 0 deletions
|
|
@ -94,6 +94,8 @@ class AccountsPage(CDNBasePage):
|
||||||
if label.startswith(pattern):
|
if label.startswith(pattern):
|
||||||
return actype
|
return actype
|
||||||
|
|
||||||
|
return Account.TYPE_UNKNOWN
|
||||||
|
|
||||||
def get_history_link(self):
|
def get_history_link(self):
|
||||||
return self.parser.strip(self.get_from_js(",url: Ext.util.Format.htmlDecode('", "'"))
|
return self.parser.strip(self.get_from_js(",url: Ext.util.Format.htmlDecode('", "'"))
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue