Fixing if/else tree in XYZGrid launchcmd
If needed to be elif.
This commit is contained in:
parent
40a4bd0592
commit
6f964716c7
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