We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0ef04f commit 3ff6275Copy full SHA for 3ff6275
qtribu/toolbelt/translator.py
@@ -70,7 +70,7 @@ def __init__(
70
"Please consider to contribute with your own translation :). "
71
"Contact the plugin maintener(s): {}".format(locale, __email__)
72
)
73
- self.log(message=str(info_msg), log_level=1, push=1)
+ self.log(message=str(info_msg), log_level=1, push=False)
74
logger.info(info_msg)
75
76
def get_translator(self) -> QTranslator:
0 commit comments