Ignoring Empty Strings
class KeyValueStore: | |
... | |
def execute(self, string_operation, term_absent, write=True, path_to_logs=''): | |
if len(string_operation) == 0: | |
return | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment