ColwynGulliford / distgen

Particle distribution generator
https://colwyngulliford.github.io/distgen/
Apache License 2.0
12 stars 8 forks source link

Now allow relative paths for 'file' keys using expand_input_filepaths #3

Closed ChristopherMayes closed 3 years ago

ChristopherMayes commented 3 years ago

Previously, file keys looked relative to the current directory, even if the input YAML file were somewhere else. This changes that behavior to expand any relative paths to be relative to the input YAML file's location.

ChristopherMayes commented 3 years ago

@ColwynGulliford Could you review?