docs: changed the description of the error class
continuous-integration/drone/push Build is failing Details

pull/21/head
dettlaff 2024-02-05 13:46:38 +04:00
parent b3127fb1b4
commit 29596a4f47
1 changed files with 1 additions and 2 deletions

View File

@ -7,8 +7,7 @@ from selfprivacy_api.utils.huey import huey
from selfprivacy_api.jobs import JobStatus, Jobs, Job
class ShellException(Exception):
"""Custom exception for shell-related errors."""
pass
"""Shell-related errors"""
COMPLETED_WITH_ERROR = (
"Error occurred, please report this to the support chat."