Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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()