mirror of
https://github.com/beetbox/beets.git
synced 2026-01-27 02:23:36 +01:00
Fix indentation for wrapped method call
This commit is contained in:
parent
276c5da913
commit
8b7af7fe23
1 changed files with 2 additions and 2 deletions
|
|
@ -101,7 +101,7 @@ class HookPlugin(BeetsPlugin):
|
|||
|
||||
hook_command = hook_command.replace(original, hook_event)
|
||||
hook_function = create_hook_function(self._log, hook_event,
|
||||
hook_command, shell,
|
||||
substitute_args)
|
||||
hook_command, shell,
|
||||
substitute_args)
|
||||
|
||||
self.register_listener(hook_event, hook_function)
|
||||
|
|
|
|||
Loading…
Reference in a new issue