Skip to content

Commit 2410aa9

Browse files
author
Larry O'Brien
committed
Acrolinx tweaks
1 parent 4682439 commit 2410aa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/how-to-move-data-in-and-out-of-pipelines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ with open(args.output_path, 'w') as f:
179179
f.write("Step 1's output")
180180
```
181181

182-
If you created your `PipelineData` with the `is_directory` argument set to `True` it would be enough to just perform the `os.makedirs()` call and then you would be free to write whatever files you wished to the path. For more details and other options, see the [PipelineData](https://docs.microsoft.com/python/api/azureml-pipeline-core/azureml.pipeline.core.pipelinedata?view=azure-ml-py) reference documentation.
182+
If you created your `PipelineData` with the `is_directory` argument set to `True`, it would be enough to just perform the `os.makedirs()` call and then you would be free to write whatever files you wished to the path. For more details, see the [PipelineData](https://docs.microsoft.com/python/api/azureml-pipeline-core/azureml.pipeline.core.pipelinedata?view=azure-ml-py) reference documentation.
183183

184184
### Read `PipelineData` as an input to non-initial steps
185185

0 commit comments

Comments
 (0)