diff options
Diffstat (limited to 'becommands/open.py')
-rw-r--r-- | becommands/open.py | 2 |
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() |