Skip to content

Commit 205a6e8

Browse files
authored
Wording
1 parent 18a2836 commit 205a6e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dataikuapi/dss/project.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -534,8 +534,8 @@ def get_variables(self):
534534
def set_variables(self, obj):
535535
"""
536536
Sets the variables of this project.
537-
WARNING: when executed in a python recipe (single run), the changes made by `set_variables` will not be "seen" in the recipe.
538-
Use the internal API instead if this behavior is needed
537+
WARNING: if executed from a python recipe, the changes made by `set_variables` will not be "seen" in that recipe.
538+
Use the internal API dataiku.get_custom_variables() instead if this behavior is needed
539539

540540
@param dict obj: must be a modified version of the object returned by get_variables
541541
"""

0 commit comments

Comments
 (0)