Crash writing json files while using multiple root directories #354
Labels
bug
Issue/PR that involves a bug
report-viewer
PR / Issue deals (partly) with the report viewer and thus involves web-dev technologies
Milestone
The new reporting backend breaks on trying to write to non-existing directories.
Backtracking to cause:
That is, as soon as you specify more than one root directory, you get directory separators in the name. Simple name concatenation thus fails.
Note that even without the directory problems, string concatenation will fail, eg submissions named
{A, A-B, C, B-C}
will result in 2A-B-C
names.The text was updated successfully, but these errors were encountered: