fix error
This commit is contained in:
parent
793ae05ece
commit
a598a2b0cc
1 changed files with 1 additions and 0 deletions
|
|
@ -167,6 +167,7 @@ class ReportCmdBase(_DEFAULT_COMMAND_CLASS):
|
||||||
message = self.lhs
|
message = self.lhs
|
||||||
target_str = ""
|
target_str = ""
|
||||||
|
|
||||||
|
target = None
|
||||||
if target_str:
|
if target_str:
|
||||||
target = self.caller.search(target_str)
|
target = self.caller.search(target_str)
|
||||||
if not target:
|
if not target:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue