Skip to content

Commit

Permalink
DOC: Update docstring
Browse files Browse the repository at this point in the history
skipci
  • Loading branch information
cortadocodes committed Feb 26, 2025
1 parent 7ec3943 commit fd6289d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion octue/cloud/pub_sub/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ def ask(
:param str service_id: the ID of the child to ask the question to
:param any|None input_values: any input values for the question
:param octue.resources.manifest.Manifest|None input_manifest: an input manifest of any datasets needed for the question
:param dict|octue.resources.manifest.Manifest|None input_manifest: an input manifest of any datasets needed for the question
:param list(dict)|None children: a list of children for the child to use instead of its default children (if it uses children). These should be in the same format as in an app's app configuration file and have the same keys.
:param bool subscribe_to_logs: if `True`, subscribe to the child's logs and handle them with the local log handlers
:param bool allow_local_files: if `True`, allow the input manifest to contain references to local files - this should only be set to `True` if the child will be able to access these local files
Expand Down

0 comments on commit fd6289d

Please sign in to comment.