fix PEP8 "E225 missing whitespace around operator"

This commit is contained in:
Hans-Christoph Steiner 2014-05-01 22:30:44 -04:00
parent c54cabe741
commit 7e17fafc14
5 changed files with 6 additions and 6 deletions

View file

@ -1055,7 +1055,7 @@ def prepare_source(vcs, app, build, build_dir, srclib_dir, extlib_dir, onserver=
# from sdk.dir, if necessary
if build['oldsdkloc']:
sdkloc = re.match(r".*^sdk.dir=(\S+)$.*", props,
re.S|re.M).group(1)
re.S | re.M).group(1)
props += "sdk-location=%s\n" % sdkloc
else:
props += "sdk.dir=%s\n" % config['sdk_path']