Skip to content

Commit d317a0a

Browse files
committed
fix for plugins
1 parent 5d380f0 commit d317a0a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

qiita_client/plugin.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,8 @@ def _register_command(self, command):
188188
command: QiitaCommand
189189
The command to be added to the plugin
190190
"""
191-
logger.debug(f'Entered BaseQiitaPlugin._register_command({command.name}, {command})')
191+
logger.debug(
192+
f'Entered BaseQiitaPlugin._register_command({command.name})')
192193
self.task_dict[command.name] = command
193194

194195
def _register(self, qclient):

0 commit comments

Comments
 (0)