aboutsummaryrefslogtreecommitdiffstats
path: root/becommands/open.py
diff options
context:
space:
mode:
authorMarien Zwart <marienz@gentoo.org>2006-04-05 02:19:17 +0200
committerMarien Zwart <marienz@gentoo.org>2006-04-05 02:19:17 +0200
commit6691e2276112b3aad603a7b14ff80b53f77e03e3 (patch)
treecc5a4bcbf86c39a7f19c637ff037834f8442ec53 /becommands/open.py
parentc1f60d534fbc5496a0e3df2cb7c0d053e5fa40a8 (diff)
downloadbugseverywhere-6691e2276112b3aad603a7b14ff80b53f77e03e3.tar.gz
unbreak some tests.
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..e51bf79 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()