Skip to content

Commit

Permalink
Merge pull request #3014 from stveit/fix/tools-moduleevent-invalid-se…
Browse files Browse the repository at this point in the history
…verity

Fix invalid severity value in moduleevents.py
  • Loading branch information
stveit authored Sep 24, 2024
2 parents 50064bf + daa630b commit 6c1beb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/eventgenerators/moduleevent.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def handler(cursor, boxlist, state):
subid,
'moduleState',
state,
100,
1,
),
)

Expand Down

0 comments on commit 6c1beb8

Please sign in to comment.