Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
tashrifbillah opened this issue Dec 18, 2020 · 0 comments
Open

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

tashrifbillah opened this issue Dec 18, 2020 · 0 comments
Labels

Comments

@tashrifbillah
Copy link
Contributor

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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant