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

fix(init): TargetDir for init, can be absolute, is created if needed #1574

Merged
merged 1 commit into from
Nov 9, 2020

Commits on Nov 6, 2020

  1. fix(init): TargetDir for init, can be absolute, is created if needed

    Prior to this change, lib.InitDataset would take two parameters, Dir which would need to exist already, and Mkdir which would be created but could only be a single directory name instead of a relative path. Fix this problem, and also add multiple tests, and cleanup some TODOs.
    dustmop committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    55c9ff6 View commit details
    Browse the repository at this point in the history