Skip to content

The REPO_PATH variable might now be suitable anymore for a package mindset #598

@Bachibouzouk

Description

@Bachibouzouk

We initially thought that we would always run the code form the root of the repository, therefore it made sense to have an absolute path to the repository. Now that we can pip install the package, the default path is not the current directory, but the path where the package is installed. We obviously do not want to save the output files there by default...

  1. We need to make sure that if the user provides input and output path, the files are read and saved to these folders
  • relative path --> take current working directory as root of the relative path by default
  • absolute path --> not an issue already
  1. We need to find a way to get the assets folder (needed for the report) into the package and decide where the report shall be saved by default (if user did not provide an output path for the report)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions