Open dssecret opened 1 year ago
tornium_commons.formatters.find_list should use an exception (e.g. LookupError) to indicate that the key value pair was not located instead of -1.
tornium_commons.formatters.find_list
LookupError
-1
tornium_commons.formatters.find_list
should use an exception (e.g.LookupError
) to indicate that the key value pair was not located instead of-1
.