Skip to content

Commit aa498d9

Browse files
jwpjrdevAndy-Python-Programmer
authored andcommitted
refactor: remove unneeded call
1 parent 702626f commit aa498d9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

aero.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -519,8 +519,7 @@ def find(path) -> List[str]:
519519

520520
def run_in_emulator(build_info: BuildInfo, iso_path):
521521
is_kvm_available = is_kvm_supported()
522-
# args = build_info.args
523-
args = parse_args()
522+
args = build_info.args
524523

525524
qemu_args = ['-cdrom', iso_path,
526525
'-m', args.memory,

0 commit comments

Comments
 (0)