-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Anja Strunk <anja.strunk@cloudandheat.com>
- Loading branch information
1 parent
1a5265f
commit d8901ea
Showing
3 changed files
with
208 additions
and
151 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
|
||
class MissingMandatoryAttribute(AttributeError): | ||
def __init__(self, *args, **kwargs): | ||
super(MissingMandatoryAttribute, self).__init__(args, "Are you sure this is a SCS compliant cluster.") | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.