This repository was archived by the owner on May 31, 2020. It is now read-only.
Open
Conversation
Without this fix, the following exception is thrown:
Traceback (most recent call last):
File "/data/jan/Projects/beets/beets/plugins.py", line 140, in wrapper
return func(*args, **kwargs)
TypeError: process_events() got an unexpected keyword argument 'lib'
The lib kwarg has been introduced by this commit in beetbox/beets:
commit 2ad5b4c665bd270243d7e31f77680e969d7cb315
Author: Dang Mai <contact@dangmai.net>
Date: Thu Jan 31 16:33:53 2013 -0500
Add lib parameter for cli_exit
This is a partial fix for issue sbarakat#38.
|
I'm running a large |
Owner
|
Thank you so much for the pull request, and sorry my very late response! We recently introduced a baby into the world and I've been caught up with everything he's brought along with him 😁 I'll get this reviewed and merged soon. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Without this fix, the following exception is thrown:
The lib kwarg has been introduced by this commit in beetbox/beets:
This is a partial fix for issue #38.