-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
STYLE: Fix unused loop control variable warning
Fix unused loop control variable warning: show how to specify multiple output filenames for a combined workflow, and provide them to the corresponding sub-workflows. Fixes: ``` doc/examples/combined_workflow_creation.py:68:22: B007 Loop control variable `out_file` not used within loop body ``` raised for example in: https://github.com/dipy/dipy/actions/runs/9131684633/job/25111443178#step:4:116
- Loading branch information
1 parent
37995db
commit 05de2b6
Showing
1 changed file
with
34 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters