Fixed unnecessary string break in CmdDesc
This commit is contained in:
parent
1400436c11
commit
a306323c3d
1 changed files with 1 additions and 1 deletions
|
|
@ -645,7 +645,7 @@ class CmdDesc(COMMAND_DEFAULT_CLASS):
|
||||||
|
|
||||||
def edit_handler(self):
|
def edit_handler(self):
|
||||||
if self.rhs:
|
if self.rhs:
|
||||||
self.msg("|rYou may specify a value, or use the edit switch, " "but not both.|n")
|
self.msg("|rYou may specify a value, or use the edit switch, but not both.|n")
|
||||||
return
|
return
|
||||||
if self.args:
|
if self.args:
|
||||||
obj = self.caller.search(self.args)
|
obj = self.caller.search(self.args)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue