]> gitweb.michael.orlitzky.com - djbdns-logparse.git/commitdiff
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)
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.


No differences found