Skip to content

Commit

Permalink
Merge pull request #94 from paulgazz/necip-fix-klocalizer-void-logger
Browse files Browse the repository at this point in the history
klocalizer: fix VoidLogger by adding debug() method
  • Loading branch information
paulgazz authored Aug 27, 2021
2 parents 92ccf62 + dde487f commit 528d4ac
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 528d4ac

Please sign in to comment.