mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
Fix syntax error in parsers
This commit is contained in:
parent
937bd5b67d
commit
495fc2dc1d
@ -32,7 +32,7 @@ class MixInMeta(type):
|
||||
instance = super(MixInMeta, cls).__new__(cls, name, bases, attrs)
|
||||
if not hasattr(instance, '_mixin_setup'):
|
||||
raise RuntimeError(
|
||||
'Don't subclass {0} in {1} if you're not going to use it as a '
|
||||
'Don\'t subclass {0} in {1} if you\'re not going to use it as a '
|
||||
'salt parser mix-in.'.format(cls.__name__, name)
|
||||
)
|
||||
return instance
|
||||
|
Loading…
Reference in New Issue
Block a user