summaryrefslogtreecommitdiffstats
path: root/scripts/qemucommand.py
diff options
context:
space:
mode:
authorPatrick Vacek <patrickvacek@gmail.com>2020-03-03 10:06:15 +0100
committerGitHub <noreply@github.com>2020-03-03 10:06:15 +0100
commit64bf6f04f93f49160811e371d5ab572bad8621ae (patch)
tree52fa4a45ad114753f2250ac00aa5afd8b8098bd4 /scripts/qemucommand.py
parentb3e96c54e1d1b16ee8e1df335599a41001650e39 (diff)
parentfc039fddce945c5d35d4053aac65c685f8655b97 (diff)
downloadmeta-updater-64bf6f04f93f49160811e371d5ab572bad8621ae.tar.gz
Merge pull request #693 from advancedtelematic/feat/thud/2020.3
Feat/thud/2020.3
Diffstat (limited to 'scripts/qemucommand.py')
-rw-r--r--scripts/qemucommand.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/qemucommand.py b/scripts/qemucommand.py
index 86b5b9f..30929ac 100644
--- a/scripts/qemucommand.py
+++ b/scripts/qemucommand.py
@@ -40,7 +40,6 @@ def random_mac():
40 40
41class QemuCommand(object): 41class QemuCommand(object):
42 def __init__(self, args): 42 def __init__(self, args):
43 print(args)
44 self.enable_u_boot = True 43 self.enable_u_boot = True
45 self.dry_run = args.dry_run 44 self.dry_run = args.dry_run
46 self.overlay = args.overlay 45 self.overlay = args.overlay