File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -338,18 +338,6 @@ def add_file_path_for_specified_result(
338338 contained in the data sources. For example, a solve using two different solvers
339339 could generate two different sets of files.
340340
341- Parameters
342- ----------
343- filepath
344- Path of the file.
345- key
346- Extension of the file, which is used as a key for choosing the correct
347- plugin when a result is requested by an operator. The default is ``""``,
348- in which case the key is found directly.
349- result_key
350- Extension of the results file that the specified file path belongs to.
351- The default is ``""``, in which case the key is found directly.
352-
353341 """
354342 # The filename needs to be a fully qualified file name
355343 if not os .path .dirname (filepath ):
You can’t perform that action at this time.
0 commit comments