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 977edae..201c2ea 100644
--- a/becommands/depend.py
+++ b/becommands/depend.py
@@ -59,7 +59,6 @@ def execute(args, manipulate_encodings=True):
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: