mtr
mtr copied to clipboard
Optimise data processing for output of “OK”
The printing for the text “OK” was specified in four statements of the function “csv_close” together with a format string parameter “%s”.
💭 I suggest to use the literal within the format string directly instead.