open-autonomy icon indicating copy to clipboard operation
open-autonomy copied to clipboard

Issue with dictionary exports with keys containing periods

Open jmoreira-valory opened this issue 8 months ago • 0 comments

The method generate_agent has a problematic behaviour when the key values in a dictionary of an exported variable contain dots .

This produces environment variables containing dots, which are not accepted by the bash, and thus they are not correctly processed by the framework. See this PR https://github.com/valory-xyz/trader/pull/271 for context.

jmoreira-valory avatar Jun 18 '24 17:06 jmoreira-valory