diff options
Diffstat (limited to 'becommands/target.py')
-rw-r--r-- | becommands/target.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/becommands/target.py b/becommands/target.py index 2047397..3ca7710 100644 --- a/becommands/target.py +++ b/becommands/target.py @@ -37,7 +37,7 @@ def execute(args): if len(args) == 0: print help() return - bd = bugdir.BugDir(loadNow=True) + bd = bugdir.BugDir(from_disk=True) bug = bd.bug_from_shortname(args[0]) if len(args) == 1: if bug.target is None: |