Skip to content

Commit

Permalink
V1.19.00
Browse files Browse the repository at this point in the history
  • Loading branch information
jgyates committed Nov 16, 2023
1 parent 7884741 commit 334ae5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion genmonlib/custom_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -1648,7 +1648,7 @@ def ProcessMaskModifier(self, entry, value):
value = value & int(entry["mask"], 16)
return value
except Exception as e1:
self.LogErrorLine("Error in ProcessExecModifier: " + str(e1) + ": " + str(entry["title"]))
self.LogErrorLine("Error in ProcessMaskModifier: " + str(e1) + ": " + str(entry["title"]))
return ReturnValue
# ------------ GeneratorController:ProcessExecModifier ----------------------
def ProcessExecModifier(self, entry, value):
Expand Down

0 comments on commit 334ae5a

Please sign in to comment.