mirror of
https://github.com/beetbox/beets.git
synced 2025-12-10 10:32:34 +01:00
fix as-is import flag
This commit is contained in:
parent
1fea4e84d6
commit
dd08f63e17
1 changed files with 1 additions and 0 deletions
|
|
@ -393,6 +393,7 @@ def user_query(lib, logfile=None, color=True):
|
|||
# The "give-up" options.
|
||||
if choice is CHOICE_ASIS:
|
||||
tag_log(logfile, 'asis', path)
|
||||
info = CHOICE_ASIS
|
||||
elif choice is CHOICE_SKIP:
|
||||
tag_log(logfile, 'skip', path)
|
||||
# Yield None, indicating that the pipeline should not
|
||||
|
|
|
|||
Loading…
Reference in a new issue