From f7a5dd469a381c1b2f358f41bcd105cf4651df56 Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Wed, 26 Dec 2012 18:33:51 +0000 Subject: Fix pep8 --- (limited to 'devbot') diff --git a/devbot/command.py b/devbot/command.py index ce7f73c..16ba788 100644 --- a/devbot/command.py +++ b/devbot/command.py @@ -49,10 +49,11 @@ def run(args, test=False, retry=0): if stdout: stdout.close() + def run_with_sudo(args, test=False, retry=0): args_with_sudo = ["sudo"] args_with_sudo.extend(args) print " ".join(args_with_sudo) - + run(args_with_sudo, test=test, retry=retry) -- cgit v0.9.1