Skip to content

Commit

Permalink
klocalizer: fix VoidLogger by adding debug() method
Browse files Browse the repository at this point in the history
  • Loading branch information
necipfazil committed Aug 27, 2021
1 parent 44359c9 commit dde487f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kmax/klocalizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ def warning(self, msg):
pass
def error(self, msg):
pass
def debug(self, msg):
pass

class Klocalizer:
def __init__(self):
Expand Down

0 comments on commit dde487f

Please sign in to comment.