Merge pull request #3338 from jaborsh/patch-1

Fixing if/else tree in XYZGrid launchcmd
This commit is contained in:
Griatch 2023-11-23 18:56:15 +01:00 committed by GitHub
commit 6ad355af43
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)