Closed brandomr closed 3 years ago
@brandomr Can you provide an example of this? I'm under the impression I am already using relative paths, but may have overlooked some instances.
I believe you are correct—I think this was due to me testing with an outdated instance. Will double check.
On Mon, May 3, 2021 at 6:36 PM Robnet Kerns @.***> wrote:
@brandomr https://github.com/brandomr Can you provide an example of this? I'm under the impression I am already using relative paths, but may have overlooked some instances.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/jataware/domain-model-examiner/issues/5#issuecomment-831600036, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABMR2R2GNJMA3SOOMYKWSZDTL4XOXANCNFSM43XJKYFA .
Where possible, file paths that are extracted (such as for
main_files
) should be relative paths, not absolute ones. This will enable us to use those discovered paths more generically when the model is run within Docker.