Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/commands
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2013-01-04 00:12:00 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2013-01-04 00:12:00 (GMT)
commite2da47800b503aab0dfc62f1f1d4712ffca402ba (patch)
tree7384832f1e16322baa5fd17214280679e2d9e885 /commands
parent38720618e2382cae228b8b839203b26ab344a26c (diff)
pep8
Diffstat (limited to 'commands')
-rwxr-xr-xcommands/check5
1 files changed, 1 insertions, 4 deletions
diff --git a/commands/check b/commands/check
index 04a9d90..0567b41 100755
--- a/commands/check
+++ b/commands/check
@@ -100,10 +100,7 @@ def _check_ui():
def _run_checks():
print "\n= Check =\n"
-
- return check.check() and \
- _check_ui() and \
- _check_devbot()
+ return check.check() and _check_ui() and _check_devbot()
parser = argparse.ArgumentParser()