summaryrefslogtreecommitdiff
path: root/ybd.py
diff options
context:
space:
mode:
authorPaul Sherwood <paul.sherwood@codethink.co.uk>2015-06-18 11:19:53 -0700
committerPaul Sherwood <paul.sherwood@codethink.co.uk>2015-06-18 11:19:53 -0700
commit8f0db743c9470b3dadab45a0fc5a476985ef1974 (patch)
tree5e624b88c92263977532d0a865e1b48dde399611 /ybd.py
parent578e424e951f63d5f155256298178a052ca35e8a (diff)
downloadybd-8f0db743c9470b3dadab45a0fc5a476985ef1974.tar.gz
Pep8
Diffstat (limited to 'ybd.py')
-rwxr-xr-xybd.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/ybd.py b/ybd.py
index ca9186e..62439eb 100755
--- a/ybd.py
+++ b/ybd.py
@@ -32,7 +32,7 @@ import sandbox
print('')
-if len(sys.argv) not in [2,3]:
+if len(sys.argv) not in [2, 3]:
sys.stderr.write("Usage: %s DEFINITION_FILE [ARCH]\n\n" % sys.argv[0])
sys.exit(1)
@@ -53,7 +53,7 @@ with app.setup(target, arch):
with app.timer('TOTAL', 'ybd starts, version %s' %
app.settings['ybd-version']):
app.log('TARGET', 'Target is %s' % os.path.join(app.settings['defdir'],
- target), arch)
+ target), arch)
with app.timer('DEFINITIONS', 'Parsing %s' % app.settings['def-ver']):
defs = Definitions()
with app.timer('CACHE-KEYS', 'Calculating'):