Merge pull request #3338 from jaborsh/patch-1
Fixing if/else tree in XYZGrid launchcmd
This commit is contained in:
commit
6ad355af43
1 changed files with 1 additions and 1 deletions
|
|
@ -436,7 +436,7 @@ def xyzcommand(*args):
|
||||||
|
|
||||||
if option in ("help", "h"):
|
if option in ("help", "h"):
|
||||||
_option_help(*suboptions)
|
_option_help(*suboptions)
|
||||||
if option in ("list", "show"):
|
elif option in ("list", "show"):
|
||||||
_option_list(*suboptions)
|
_option_list(*suboptions)
|
||||||
elif option == "init":
|
elif option == "init":
|
||||||
_option_init(*suboptions)
|
_option_init(*suboptions)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue