1
0
Fork 0

assertion: fixed name shown in the log

Previosly it incorrectly shows 'exec' instead of 'assertion' in the
logs.

Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
This commit is contained in:
Jaroslav Škarvada 2017-03-21 09:45:06 +01:00
parent e052fd14a1
commit a50d5e0237
No known key found for this signature in database
GPG key ID: D8E1C00E076E840B

View file

@ -14,7 +14,7 @@ class assertion(base.Function):
"""
def __init__(self):
# 2 arguments
super(self.__class__, self).__init__("exec", 3)
super(self.__class__, self).__init__("assertion", 3)
def execute(self, args):
if not super(self.__class__, self).execute(args):