netaneld122 / firmware-variables

Python library for controlling UEFI variables in Windows.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

delete_variable should get keyword arguments

IlayRosenberg opened this issue · comments

In the current implementation, the delete_variable function cannot be called with keyword arguments such as set_variable's namespace and attributes arguments. I suggest that the *args argument will be swapped with **kwargs