Skip to content

Commit

Permalink
Changed pickle to default true in-line with EAGLE
Browse files Browse the repository at this point in the history
Former-commit-id: 21e92a752c74de6ff74fd5197cba3f88037f678c
Former-commit-id: 983896c9e94e6470c08f9d2c42121cbb01d729e3
  • Loading branch information
awicenec committed May 12, 2022
1 parent 27edd26 commit 134698e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daliuge-engine/dlg/apps/pyfunc.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def import_using_code(code):
# \~English Python function name
# @param[in] aparam/func_code Function Code//String/readwrite/False//False/
# \~English Python function code, e.g. 'def function_name(args): return args'
# @param[in] aparam/pickle Pickle/false/Boolean/readwrite/False//False/
# @param[in] aparam/pickle Pickle/true/Boolean/readwrite/False//False/
# \~English Whether the python arguments are pickled.
# @param[in] aparam/func_defaults Function Defaults//String/readwrite/False//False/
# \~English Mapping from argname to default value. Should match only the last part of the argnames list.
Expand Down

0 comments on commit 134698e

Please sign in to comment.