diff options
Diffstat (limited to 'becommands/new.py')
-rw-r--r-- | becommands/new.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/becommands/new.py b/becommands/new.py index df97236..f16306d 100644 --- a/becommands/new.py +++ b/becommands/new.py @@ -23,7 +23,7 @@ def execute(args): >>> dir = tests.bug_arch_dir() >>> os.chdir(dir.dir) >>> names.uuid = lambda: "a" - >>> execute (("this is a test",)) + >>> execute (["this is a test",]) Created bug with ID a >>> bug = list(dir.list())[0] >>> bug.summary |