Skip to content

Commit

Permalink
patch: handle broad Exception
Browse files Browse the repository at this point in the history
Signed-off-by: 35C4n0r <jaykumar20march@gmail.com>
  • Loading branch information
35C4n0r committed Jun 27, 2024
1 parent 9d093d0 commit c94cf06
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ def validate_scopes(self) -> dict[str, bool | str]:
},
timeout=10,
)
except Exceptions as e:
except Exception as e:
self.logger.error(
"Error while validating scopes for OpenObserve",
extra=e,
Expand Down

0 comments on commit c94cf06

Please sign in to comment.