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

Make sure that an existing path is a directory for create_directories #98

Merged

Commits on Sep 26, 2020

  1. Make sure that an existing path is a directory for create_directories

    Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
    christophebedard committed Sep 26, 2020
    Configuration menu
    Copy the full SHA
    1ba186f View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2020

  1. Add test call to fs::create_directories with empty path

    Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
    christophebedard committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    a903aaa View commit details
    Browse the repository at this point in the history
  2. Check status variable first to possibly avoid calling is_directory()

    Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
    christophebedard committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    2e03153 View commit details
    Browse the repository at this point in the history