Merge branch 'master' into develop
This commit is contained in:
commit
a12a5d7445
3 changed files with 32 additions and 33 deletions
|
|
@ -2722,7 +2722,7 @@ class CmdSpawn(COMMAND_DEFAULT_CLASS):
|
|||
def _show_prototypes(prototypes):
|
||||
"""Helper to show a list of available prototypes"""
|
||||
prots = ", ".join(sorted(prototypes.keys()))
|
||||
return "\nAvailable prototypes (case sensistive): %s" % (
|
||||
return "\nAvailable prototypes (case sensitive): %s" % (
|
||||
"\n" + utils.fill(prots) if prots else "None")
|
||||
|
||||
prototypes = spawn(return_prototypes=True)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue