Skip to content

Error prone env naming #253

@PierreJeanjacquot

Description

@PierreJeanjacquot

The file name writting is not consitent accross IEXEC_DATASET_FILENAME & IEXEC_INPUT_FILE_NAME_1 wich is error prone.

public static final String IEXEC_DATASET_FILENAME = "IEXEC_DATASET_FILENAME";

public static final String IEXEC_INPUT_FILE_NAME_PREFIX = "IEXEC_INPUT_FILE_NAME_";

We should choose one of the writtings and make it consistent across all the variables.
It could be useful to alias the replaced writting to keep backward compatibility.

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