smftools.preprocessing.make_dirs

Contents

smftools.preprocessing.make_dirs#

Functions

make_dirs(directories)

Takes a list of file paths and makes new directories if the directory does not already exist.

smftools.preprocessing.make_dirs.make_dirs(directories)#

Takes a list of file paths and makes new directories if the directory does not already exist.

Parameters:

directories (list) -- A list of directories to make

Returns:

None