From eecdc5cd3e155e21b65c7e87c4b82832d5232430 Mon Sep 17 00:00:00 2001 From: kotfu Date: Sun, 29 Apr 2018 19:07:05 -0600 Subject: Missed a mutable argument --- cmd2/parsing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd2/parsing.py') diff --git a/cmd2/parsing.py b/cmd2/parsing.py index a6e67096..c1795f33 100644 --- a/cmd2/parsing.py +++ b/cmd2/parsing.py @@ -58,7 +58,7 @@ class StatementParser(): terminators=None, multiline_commands=None, aliases=None, - shortcuts=[], + shortcuts=None, ): self.allow_redirection = allow_redirection if terminators is None: -- cgit v1.2.1