easycheck icon indicating copy to clipboard operation
easycheck copied to clipboard

Enables using warnings for check_length when assign_length_to_others=True

Open nyggus opened this issue 1 year ago • 0 comments

Currently, condition_to_check = operator(len(item), expected_length) disables to use handle_with as exception/warning when assign_length_to_others=True, as it's used only in the next step. To use it, a try-except block, or something similar, needs to be checked for condition_to_check.

nyggus avatar Mar 02 '23 04:03 nyggus