mirror of
https://github.com/beetbox/beets.git
synced 2026-01-20 15:14:13 +01:00
make CI happy
This commit is contained in:
parent
57a1b3aca8
commit
020c082f3f
1 changed files with 1 additions and 0 deletions
|
|
@ -132,6 +132,7 @@ class FishPlugin(BeetsPlugin):
|
|||
with open(completion_file_path, 'w') as fish_file:
|
||||
fish_file.write(totstring)
|
||||
|
||||
|
||||
def _escape(name):
|
||||
# Escape ? in fish
|
||||
if name == "?":
|
||||
|
|
|
|||
Loading…
Reference in a new issue