Skip to content

Commit

Permalink
Add PlistError to error handling function
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidz00 committed Jun 28, 2024
1 parent 4978239 commit b36de6f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/exceptions.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import click

from src.logger import LogMe
from typing import AnyStr
from contextlib import contextmanager
Expand Down Expand Up @@ -239,7 +238,7 @@ def error_handling(log: LogMe, stop_event: Event):
SortError,
SofaFeedError,
APIPrivilegeError,
PlistError
PlistError,
)
try:
yield
Expand Down

0 comments on commit b36de6f

Please # to comment.