From 50e514459c05158b89f0c7484fc90547dea7d59a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Odd=20Str=C3=A5b=C3=B8?= Date: Sun, 2 Aug 2020 15:07:11 +0200 Subject: [PATCH] Replace commented code with docstring --- jellyfin_kodi/helper/exceptions.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/jellyfin_kodi/helper/exceptions.py b/jellyfin_kodi/helper/exceptions.py index ab2cd57c..2a53b008 100644 --- a/jellyfin_kodi/helper/exceptions.py +++ b/jellyfin_kodi/helper/exceptions.py @@ -18,5 +18,9 @@ class LibraryException(Exception): class PathValidationException(Exception): - # raise Exception("Failed to validate path. User stopped.") + """ + Replacing generic `Exception` + + TODO: Investigate the usage of this to see if it can be done better. + """ pass