From 3b269e7a3b1e5dd879068589f62ebfdf9380918a Mon Sep 17 00:00:00 2001 From: JoeLametta Date: Sat, 8 Feb 2020 18:32:12 +0000 Subject: [PATCH] Fix flake8 warning Signed-off-by: JoeLametta --- whipper/command/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/whipper/command/main.py b/whipper/command/main.py index ae572b1..68cf8b5 100644 --- a/whipper/command/main.py +++ b/whipper/command/main.py @@ -24,7 +24,7 @@ def main(): try: musicbrainzngs.set_hostname(server['netloc'], https_enabled) # Parameter 'use_https' is missing in versions of musicbrainzngs < 0.7 - except TypeError as e: + except TypeError: logger.warning("Parameter 'use_https' is missing in versions of " "musicbrainzngs < 0.7. This means whipper will only " "be able to communicate with the configured "