Skip to content

Commit

Permalink
changed SxapiConfigurationFileError class docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
Mopsgeschwindigkeit committed Feb 2, 2024
1 parent a50b4cc commit 597689a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sxapi/errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def __str__(self):


class SxapiConfigurationFileError(Exception):
"""Raised when configuration file is not found."""
"""Raised when configuration file is not valid."""

CONFIGURATION_FILE_ERROR_MSG = "Configuration File Error"

Expand Down

0 comments on commit 597689a

Please sign in to comment.