commit | a2addfee85269dd1563efadd3f72aa4433b992b6 | [log] [tgz] |
---|---|---|
author | lkuchlan <lkuchlan@redhat.com> | Mon Nov 13 12:06:34 2017 +0200 |
committer | lkuchlan <lkuchlan@redhat.com> | Mon Nov 13 12:18:25 2017 +0200 |
tree | ca26d719a359f8b025d20d6fc40a5e58bb10a434 | |
parent | 36bc52dd6c25f5238c32c7506463f0a4fc7b8171 [diff] |
Remove unnecessary argument in "skip_because" decorator *func_args and **kwargs are used in wrapper function definition. *func_args and **kwargs allow to pass a variable number of arguments to a function, therefore, "self" argument is redundant. Change-Id: I74fce5f58c9b8c7f630b2768a8050fc25382b14f