Skip to content

makeDirectory(args.outDir, args.force) can be used #45

Description

@tashrifbillah

Since FA is checked right up front, it should be okay to use args.force for the following directory creations:

    if modalities[0]=='FA':
        # we cannot overwrite outDir, because previous output can be there
        makeDirectory(args.outDir)

        # we cannot overwrite logDir, because previous commands can be there
        makeDirectory(args.logDir)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions