Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/commands/check-system
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-11-21 19:50:38 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-11-21 19:50:38 (GMT)
commit2ff630a26e34202bb7832764f279179bf329100c (patch)
treeb34955da8a0d03a22ec9cbe8afebb1f913cc16f8 /commands/check-system
parentfefd4cc7e2cd2a90985b617ae85ac04296e3b5ee (diff)
Run python unbuffered
Otherwise output order is messed up.
Diffstat (limited to 'commands/check-system')
-rwxr-xr-xcommands/check-system2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/check-system b/commands/check-system
index 99de7b4..6d14978 100755
--- a/commands/check-system
+++ b/commands/check-system
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python -u
import argparse
import os