Refactor code for readability and compatibility.
This commit is contained in:
parent
a09835049b
commit
c6d9c0619e
43 changed files with 129 additions and 112 deletions
|
|
@ -612,6 +612,7 @@ class CmdEvaluate(CmdTradeBase):
|
|||
ind = int(self.args)
|
||||
self.args = ind - 1
|
||||
except Exception:
|
||||
# not a valid index - ignore
|
||||
pass
|
||||
|
||||
offer = self.tradehandler.search(self.args)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue