diff options
Diffstat (limited to 'becommands/set_root.py')
-rw-r--r-- | becommands/set_root.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/becommands/set_root.py b/becommands/set_root.py index ceed0dd..ad20b8e 100644 --- a/becommands/set_root.py +++ b/becommands/set_root.py @@ -32,7 +32,7 @@ def execute(args): >>> bd = bugdir.tree_root(dir.name) >>> bd.root = dir.name >>> dir = tests.arch_dir() - >>> execute([dir.name+"/{arch}"]) + >>> execute([dir.name]) Using Arch for revision control. Directory initialized. >>> bd = bugdir.tree_root(dir.name+"/{arch}") |