mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
Replace commented code with docstring
This commit is contained in:
parent
f8c277a2c3
commit
50e514459c
1 changed files with 5 additions and 1 deletions
|
@ -18,5 +18,9 @@ class LibraryException(Exception):
|
||||||
|
|
||||||
|
|
||||||
class PathValidationException(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
|
pass
|
||||||
|
|
Loading…
Reference in a new issue