We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 687fe7b commit e8edb2eCopy full SHA for e8edb2e
scripts/disk_check.py
@@ -68,7 +68,7 @@ def log_debug(m):
68
def event_pub():
69
param_dict = FieldValueMap()
70
param_dict["fail_type"] = "read_only"
71
- rc = event_publish(events_handle, EVENTS_PUBLISHER_TAG, param_dict)
+ event_publish(events_handle, EVENTS_PUBLISHER_TAG, param_dict)
72
73
74
def test_writable(dirs):
0 commit comments