Correct duplicate conditional statement

This commit is contained in:
Frinzell
2019-05-17 18:45:39 -05:00
committed by Erik Bjorge
parent a8ffb5ac0b
commit f9c48b6b26
+1 -1
View File
@@ -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: