summaryrefslogtreecommitdiff
path: root/ybd.py
diff options
context:
space:
mode:
authorPaul Sherwood <paul.sherwood@codethink.co.uk>2015-04-12 01:48:44 +0000
committerPaul Sherwood <paul.sherwood@codethink.co.uk>2015-04-12 01:48:44 +0000
commite0ddddeb507b55a067c0d114ec198d490c05b860 (patch)
tree1e8d21238a9a53a00659631928ca66523a91ad1b /ybd.py
parent48e486898d34a097d0c94363123c35feac52590c (diff)
downloadybd-e0ddddeb507b55a067c0d114ec198d490c05b860.tar.gz
Add a blank line to make it easier to see start of log
Diffstat (limited to 'ybd.py')
-rwxr-xr-xybd.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ybd.py b/ybd.py
index e7794c5..8f38e81 100755
--- a/ybd.py
+++ b/ybd.py
@@ -27,6 +27,7 @@ import app
from assembly import assemble
import sandbox
+print
target = sys.argv[1]
arch = sys.argv[2]
with app.setup(target, arch):