Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/devbot/command.py
diff options
context:
space:
mode:
Diffstat (limited to 'devbot/command.py')
-rw-r--r--devbot/command.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/devbot/command.py b/devbot/command.py
index 73c2166..aebbb9a 100644
--- a/devbot/command.py
+++ b/devbot/command.py
@@ -4,6 +4,7 @@ import time
from devbot import utils
from devbot import config
+
def run(args, test=False, retry=0):
if test:
print " ".join(args)