make CI happy

This commit is contained in:
Benedikt Tissot 2020-11-09 17:12:44 +01:00
parent 57a1b3aca8
commit 020c082f3f

View file

@ -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 == "?":