summaryrefslogtreecommitdiff
path: root/ybd.py
diff options
context:
space:
mode:
authorPaul Sherwood <paul.sherwood@codethink.co.uk>2015-06-05 15:45:03 +0000
committerPaul Sherwood <paul.sherwood@codethink.co.uk>2015-06-05 15:45:03 +0000
commitc086ec1c6e8ead579125179b40dbdc505598fc87 (patch)
tree1fbc13fb58598b7d16803079164f9a93267a72e5 /ybd.py
parentd90062ba848bba58fe7a078082be60d4732f64fa (diff)
downloadybd-c086ec1c6e8ead579125179b40dbdc505598fc87.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 8f44120..43e35d6 100755
--- a/ybd.py
+++ b/ybd.py
@@ -29,14 +29,14 @@ import sandbox
print
if len(sys.argv) != 3:
- sys.stderr.write("Usage: %s DEFINITION_FILE ARCHITECTURE\n\n" % sys.argv[0])
+ sys.stderr.write("Usage: %s DEFINITION_FILE ARCH\n\n" % sys.argv[0])
sys.exit(1)
target = sys.argv[1]
arch = sys.argv[2]
with app.setup(target, arch):
- with app.timer('TOTAL', 'YBD starts, version %s' % \
+ with app.timer('TOTAL', 'YBD starts, version %s' %
app.settings['ybd-version']):
app.log(app.settings['defdir'], 'Target is', target)
with app.timer('DEFINITIONS', 'Parsing %s' % app.settings['def-ver']):