ebalogun01/EV-EcoSim

Make path prefix synchronization more robust and agnostic to repository name

Closed this issue · 4 comments

Currently, the platform will throw an exception if the repository is re-named arbitrarily by anyone who clones it. This is because path prefix synchronization has been manually hard-coded. A fix is needed to make this os, machine, and repository name agnostic, given the repository structure is not tampered with.

@Plavit Any good ideas for dealing with this robustly? I have an idea that will work but more ideas always better :)

This has been partly done for app.py in the root folder. Just need to check synchronization across all modules and submodules.

Completed

Great job @ebalogun01! Is this solved just via relative paths or some other magic sauce was used as well?