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 5d380f0 commit d317a0aCopy full SHA for d317a0a
qiita_client/plugin.py
@@ -188,7 +188,8 @@ def _register_command(self, command):
188
command: QiitaCommand
189
The command to be added to the plugin
190
"""
191
- logger.debug(f'Entered BaseQiitaPlugin._register_command({command.name}, {command})')
+ logger.debug(
192
+ f'Entered BaseQiitaPlugin._register_command({command.name})')
193
self.task_dict[command.name] = command
194
195
def _register(self, qclient):
0 commit comments