aboutsummaryrefslogtreecommitdiffstats
path: root/becommands/depend.py
diff options
context:
space:
mode:
Diffstat (limited to 'becommands/depend.py')
-rw-r--r--becommands/depend.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/becommands/depend.py b/becommands/depend.py
index 48e1527..4a23b0f 100644
--- a/becommands/depend.py
+++ b/becommands/depend.py
@@ -58,7 +58,6 @@ def execute(args, test=False):
else: # add the dependency
estrs.append(depend_string)
bugA.extra_strings = estrs # reassign to notice change
- bugA.save()
depends = []
for estr in bugA.extra_strings: