Skip to content

create_simulation_folder() does not check for empty strings #27

@ohexel

Description

@ohexel

If you pass an empty string to basedir or simdir in create_simulation_folder(), hijinks ensue. Some of the hijinks may be permissible, some we should definitely avoid. For fun, compare:

create_simulation_folder(basedir = "", simdir = "")

and

create_simulation_folder(basedir = "", simdir = NULL)

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