]> gitweb.michael.orlitzky.com - djbdns-logparse.git/commit
bin/djbdns-logparse.py: refactor handle_* types again.
authorMichael Orlitzky <michael@orlitzky.com>
Thu, 15 Sep 2022 23:18:01 +0000 (19:18 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Thu, 15 Sep 2022 23:18:01 +0000 (19:18 -0400)
commitba7c761a0a3717dd7511e078ad5136845fa9bb2c
treebf7b45cfb4ca7bc1cad9c21b936e5c280871013e
parent9f99ba7684a9bc404ccaa403e717d8667a46b855
bin/djbdns-logparse.py: refactor handle_* types again.

Instead of using True/False to signal success after possibly using
print() to actually write the result, we not just return either the
processed string, or None.
bin/djbdns-logparse.py