SrinivasMushnoori / repex

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

Exchange method hardcoding issue #20

Closed SrinivasMushnoori closed 5 years ago

SrinivasMushnoori commented 5 years ago

Sync.py lines 240 and 340 still effectively hard code the exchange method. The exchange method is being pulled from the right place but the incorrect method name is being supplied to the python executable.

Potential fix: use the method.py file supplied by the user to copy to agent side, but rename it there to exchange.py and hardcode that.

SrinivasMushnoori commented 5 years ago

Addressed in devel, https://github.com/SrinivasMushnoori/repex/commit/e052b4b30fe6f96953438f5e293808937d168a29