You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
Since
FA
is checked right up front, it should be okay to useargs.force
for the following directory creations:The text was updated successfully, but these errors were encountered: