summaryrefslogtreecommitdiffstats
path: root/scripts/qemucommand.py
diff options
context:
space:
mode:
authorPatrick Vacek <patrickvacek@gmail.com>2020-03-03 10:06:06 +0100
committerGitHub <noreply@github.com>2020-03-03 10:06:06 +0100
commit8edbc7a5409a578ad9c47111aef3e95fba964239 (patch)
treef2978bebab3313bc85cdad3663e4b63dd0eeecf1 /scripts/qemucommand.py
parent98db3460285d634073830879825825c4a893863c (diff)
parentc771a9e62df91afeed3eae5b1c067ae2525b5a91 (diff)
downloadmeta-updater-8edbc7a5409a578ad9c47111aef3e95fba964239.tar.gz
Merge pull request #692 from advancedtelematic/feat/warrior/2020.3
Feat/warrior/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