aboutsummaryrefslogtreecommitdiffstats
path: root/becommands/open.py
diff options
context:
space:
mode:
Diffstat (limited to 'becommands/open.py')
-rw-r--r--becommands/open.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/becommands/open.py b/becommands/open.py
index 89067f8..d93eb61 100644
--- a/becommands/open.py
+++ b/becommands/open.py
@@ -24,7 +24,7 @@ def execute(args):
>>> os.chdir(dir.dir)
>>> dir.get_bug("b").status
u'closed'
- >>> execute(("b",))
+ >>> execute(["b",])
>>> dir.get_bug("b").status
u'open'
>>> tests.clean_up()