summaryrefslogtreecommitdiffstats
path: root/scripts/qemucommand.py
diff options
context:
space:
mode:
authorPatrick Vacek <patrickvacek@gmail.com>2020-03-03 10:05:36 +0100
committerGitHub <noreply@github.com>2020-03-03 10:05:36 +0100
commitbf39f0fec9ad410aa37d3001b11d9e731b39d6e7 (patch)
tree7584fa96d931353ee568e141c0cc210004cfb8e3 /scripts/qemucommand.py
parentb7817c31a5c2096259be9715b44bd750a1d44acf (diff)
parent5f28db6a803ebb8082f92e96de95fbe130d4670e (diff)
downloadmeta-updater-bf39f0fec9ad410aa37d3001b11d9e731b39d6e7.tar.gz
Merge pull request #691 from advancedtelematic/feat/zeus/2020.3
Feat/zeus/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