We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61a1784 commit 137b5beCopy full SHA for 137b5be
niworkflows/viz/reports.py
@@ -275,7 +275,7 @@ def index(self, config):
275
title = 'Reports for: %s.' % ', '.join(
276
['%s <span class="bids-entity">%s</span>' % (entities[i], c[i])
277
for i in range(len(c))])
278
- for cfg_i, cfg in enumerate(subrep_cfg['reportlets']):
+ for cfg in subrep_cfg['reportlets']:
279
cfg['bids'].update({entities[i]: c[i] for i in range(len(c))})
280
rlet = Reportlet(self.layout, self.out_dir, config=cfg)
281
if not rlet.is_empty():
0 commit comments