Skip to content

When launching task arrays, make BoutiquesOutputFilenameRenamer module refuse output names that don't have patterns #1632

Description

@prioux

The BoutiquesOutputFilenameRenamer allow users to provide special patterns to name their outputs automatically based on their inputs.

Currently, when launching task arrays, if the user sets an output name that is constant and doesn't include any pattern, all the tasks will create outputs with the same names, crushing each other's output file on the destination data provider.

The module should detect such a situation in the after_form() callback and let the user know it's not correct, and allow them to reenter a proper output name pattern.

Metadata

Metadata

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions