diff options
author | Patrick Vacek <patrickvacek@gmail.com> | 2020-03-03 10:06:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-03 10:06:15 +0100 |
commit | 64bf6f04f93f49160811e371d5ab572bad8621ae (patch) | |
tree | 52fa4a45ad114753f2250ac00aa5afd8b8098bd4 /scripts/qemucommand.py | |
parent | b3e96c54e1d1b16ee8e1df335599a41001650e39 (diff) | |
parent | fc039fddce945c5d35d4053aac65c685f8655b97 (diff) | |
download | meta-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.py | 1 |
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 | ||
41 | class QemuCommand(object): | 41 | class 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 |