Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/devbot
diff options
context:
space:
mode:
Diffstat (limited to 'devbot')
-rw-r--r--devbot/command.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/devbot/command.py b/devbot/command.py
index 3b2bc30..ce7f73c 100644
--- a/devbot/command.py
+++ b/devbot/command.py
@@ -23,7 +23,7 @@ def run(args, test=False, retry=0):
return
if _log_path:
- stdout = open(_log_path, "w")
+ stdout = open(_log_path, "a")
stderr = subprocess.STDOUT
else:
stdout = None