Attaching output files will fail if the filenames contain characters that are not
sphuber opened this issue · 0 comments
sphuber commented
For example, take a command that generates the following output files:
file-a.txt
file-b.txt
to automatically wrap them in SinglefileData
, a user may set outputs=['*.txt']
, however this will except because the link labels will be file-a_txt
which is not a valid link label, because dashes are not allowed.