mirror of
https://github.com/chipsec/chipsec
synced 2026-06-08 13:31:00 +00:00
Correct duplicate conditional statement
This commit is contained in:
@@ -313,7 +313,7 @@ class RweHelper(Helper):
|
||||
self.SetFirmwareEnvironmentVariableEx.restype = c_int
|
||||
self.SetFirmwareEnvironmentVariableEx.argtypes = [c_wchar_p, c_wchar_p, c_void_p, c_int, c_int]
|
||||
except AttributeError, msg:
|
||||
if logger().DEBUG: if logger().DEBUG: logger().warn( "G[S]etFirmwareEnvironmentVariableExW function doesn't seem to exist" )
|
||||
if logger().DEBUG: logger().warn( "G[S]etFirmwareEnvironmentVariableExW function doesn't seem to exist" )
|
||||
pass
|
||||
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user