TrayLayout: Add default for layout param
This commit is contained in:
parent
093e10a3ac
commit
024b574763
|
@ -98,7 +98,7 @@ class TrayLayout2(TrayLayout):
|
|||
self.layout = None
|
||||
else:
|
||||
self.argparser.add_argument(
|
||||
"--layout", action="store", type=str)
|
||||
"--layout", action="store", type=str, default="")
|
||||
|
||||
# Use normal open and close
|
||||
open = Boxes.open
|
||||
|
|
Loading…
Reference in New Issue