mintproject / MINT-Transformation

MIT License
3 stars 1 forks source link

Convert relative path in Pipeline configuration to absolute path #89

Open binh-vu opened 4 years ago

binh-vu commented 4 years ago

The relative path in the configuration file should convert to absolute path (for FilePath argtype). This will make it easier to debug file not found exception.

There are two choices for converting to absolute path:

  1. The path is relative to the current working directory.
  2. The path is relative to the current file.

I think both are okay. Perhaps the first option is easier to implement

issue-label-bot[bot] commented 4 years ago

Issue-Label Bot is automatically applying the label feature_request to this issue, with a confidence of 0.66. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!

Links: app homepage, dashboard and code for this bot.