Skip to content

Commit e8edb2e

Browse files
LGTM warning fixed
1 parent 687fe7b commit e8edb2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/disk_check.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def log_debug(m):
6868
def event_pub():
6969
param_dict = FieldValueMap()
7070
param_dict["fail_type"] = "read_only"
71-
rc = event_publish(events_handle, EVENTS_PUBLISHER_TAG, param_dict)
71+
event_publish(events_handle, EVENTS_PUBLISHER_TAG, param_dict)
7272

7373

7474
def test_writable(dirs):

0 commit comments

Comments
 (0)