blueprints: further copy-edits (#5559)
another copy-edit Co-authored-by: Tana Berry <tana@goauthentik.io>
This commit is contained in:
parent
91d78b0c7d
commit
95df14106c
|
@ -17,7 +17,7 @@ LOGGER = get_logger()
|
||||||
|
|
||||||
|
|
||||||
class BlueprintRetrievalFailed(SentryIgnoredException):
|
class BlueprintRetrievalFailed(SentryIgnoredException):
|
||||||
"""Error raised when we're unable to fetch the blueprint contents, whether it be HTTP files
|
"""Error raised when we are unable to fetch the blueprint contents, whether it be HTTP files
|
||||||
not being accessible or local files not being readable"""
|
not being accessible or local files not being readable"""
|
||||||
|
|
||||||
|
|
||||||
|
|
Reference in New Issue