Re: [PATCH 1/1] tools: efivar.py without arguments

2021-01-11 Thread Paulo Alcantara
Heinrich Schuchardt writes: > When tools: efivar.py is called without arguments an error occurs: > > Traceback (most recent call last): > File "tools/efivar.py", line 380, in > main() > File "tools/efivar.py", line 360, in main > args.func(args) > AttributeError: 'Namespace' object

[PATCH 1/1] tools: efivar.py without arguments

2021-01-08 Thread Heinrich Schuchardt
When tools: efivar.py is called without arguments an error occurs: Traceback (most recent call last): File "tools/efivar.py", line 380, in main() File "tools/efivar.py", line 360, in main args.func(args) AttributeError: 'Namespace' object has no attribute 'func' Show the online help