Refactor away 'default' and just call the default profile 'bird'

This commit is contained in:
Pim van Pelt
2023-05-31 14:47:19 +00:00
parent 6414b290fa
commit 4c3d92008f
128 changed files with 28 additions and 18 deletions

View File

@ -202,9 +202,9 @@ def main():
parser.add_argument(
"--overlay",
dest="overlay",
default="default",
default="bird",
type=str,
help="""Type of lab setup (defined in config/common/generic.yaml 'overlays' dictionary, defaults to 'default')""",
help="""Type of lab setup (defined in config/common/generic.yaml 'overlays' dictionary, defaults to 'bird')""",
)
parser.add_argument(
"-o",