Traceback (most recent call last):
File "commands/execute_program_in_vm.py", line 119, in <module>
main()
File "commands/execute_program_in_vm.py", line 70, in main
username=args.vm_user, password=args.vm_pwd
AttributeError: 'Namespace' object has no attribute 'vm_pwd'
make: *** [Makefile:164: mkdir-artifacts] Error 1
Reproduction steps
Just the run the command
...
Expected behavior
Instead of using the args.vm_pwd use args.vm_password and the program will work fine
Describe the bug
The command execute_program_in_vm.py fails with
Reproduction steps
...
Expected behavior
Instead of using the args.vm_pwd use args.vm_password and the program will work fine
Additional context
No response