Skip to content

Commit

Permalink
Add missing return value description.
Browse files Browse the repository at this point in the history
  • Loading branch information
Evildoor committed Apr 29, 2019
1 parent c99f4c6 commit e1df893
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,9 @@ def isolate_function_error(f, *args):
:param args: arguments to execute function with
:type args: list
:return:
:rtype:
:return: list with two members, first one is the error message,
second one is the function's return
:rtype: list
"""
buf = cStringIO.StringIO()
temp_err = sys.stderr
Expand Down

0 comments on commit e1df893

Please sign in to comment.