SrinivasMushnoori / repex

An implementation of the RepEx package as an application written in the EnTK API
MIT License
2 stars 2 forks source link

Auxiliary functions (writing inputs and untaring inputs) must not be read from cwd #13

Closed SrinivasMushnoori closed 5 years ago

SrinivasMushnoori commented 5 years ago

Currently they are somehow being read from cwd. This should not be so, but should always be read from the repo dir.

SrinivasMushnoori commented 5 years ago

writeInputs is no longer read from cwd. Untaring, however, is. Fix in progress.

SrinivasMushnoori commented 5 years ago

Untaring function no longer needs to read from cwd for executable. GitPython package is now required for running RepEx. This is because GitPython allows for a easy way to point to the repo root and find any auxiliary functions from the repo itself.