Skip to content

Prompt throws an error when there are files are in cell #228

@neuromechanist

Description

@neuromechanist

If the file name is in a cell (instead of a char array), which is the case for multi-run or multi-task scenarios, this print line will throw an error because it is expecting a string but gets a cell instead. I commented it out and things worked fine. Probably making nesting fileIn in char would resolve it: fprintf('Processing file %s\n', char(fileIn));

fprintf('Processing file %s\n', fileIn);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions