Fixing if/else tree in XYZGrid launchcmd

If needed to be elif.
This commit is contained in:
Jake 2023-11-22 00:37:16 -07:00 committed by GitHub
parent 40a4bd0592
commit 6f964716c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -436,7 +436,7 @@ def xyzcommand(*args):
if option in ("help", "h"):
_option_help(*suboptions)
if option in ("list", "show"):
elif option in ("list", "show"):
_option_list(*suboptions)
elif option == "init":
_option_init(*suboptions)