From 020c082f3f21005896ebe116475ce5fa6bf8b08a Mon Sep 17 00:00:00 2001 From: Benedikt Tissot Date: Mon, 9 Nov 2020 17:12:44 +0100 Subject: [PATCH] make CI happy --- beetsplug/fish.py | 1 + 1 file changed, 1 insertion(+) diff --git a/beetsplug/fish.py b/beetsplug/fish.py index 9883ed693..0f7fe1e2c 100644 --- a/beetsplug/fish.py +++ b/beetsplug/fish.py @@ -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 == "?":