Fix indentation
This commit is contained in:
parent
3974355cec
commit
40de9b2d00
2 changed files with 2 additions and 2 deletions
|
|
@ -30,7 +30,7 @@ class LanguageNotSupported(UserError):
|
|||
"""
|
||||
|
||||
def __init__(self, msg='language is not supported'):
|
||||
UserError.__init__(self,msg)
|
||||
UserError.__init__(self, msg)
|
||||
|
||||
|
||||
class TranslationFail(UserError):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue