Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/commands/build
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-12-26 11:25:03 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-12-26 11:25:03 (GMT)
commitd23a83060ddad0b6da5504d8cb5d524891ad9631 (patch)
treebe881c67835922bc9d1c23276047b2f0241679c1 /commands/build
parentbc6035454c6138d0974173900e50e33793b2e5d0 (diff)
pep8ize
Diffstat (limited to 'commands/build')
-rwxr-xr-xcommands/build2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/build b/commands/build
index 714e783..0a8b2d4 100755
--- a/commands/build
+++ b/commands/build
@@ -16,7 +16,7 @@ args = parser.parse_args()
common.setup()
if not system.check(skip_if_unchanged=True):
- sys.exit(1)
+ sys.exit(1)
if args.module:
success = build.build_one(args.module)