You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 valory-xyz/trader#271 for context.
The text was updated successfully, but these errors were encountered:
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 valory-xyz/trader#271 for context.
The text was updated successfully, but these errors were encountered: