Skip to content

Commit

Permalink
E:160,15: No value for argument arg1 in function call (no-value-for-p…
Browse files Browse the repository at this point in the history
…arameter)
  • Loading branch information
xsuchy committed May 9, 2018
1 parent 9e0897b commit 6cf9cd0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mock/py/mockbuild/trace_decorator.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ def testGen():

@traceLog()
def anotherFunc(*args):
# pylint: disable=no-value-for-parameter
return testFunc(*args)

anotherFunc("pretty")
Expand Down

0 comments on commit 6cf9cd0

Please sign in to comment.