Skip to content

Commit

Permalink
Merge pull request #1487 from fetchai/feature/new-gui-design
Browse files Browse the repository at this point in the history
Feature/new gui design AEA-674
  • Loading branch information
DavidMinarsch authored Jul 14, 2020
2 parents a5f915b + a57dfc4 commit 69f5933
Show file tree
Hide file tree
Showing 5 changed files with 326 additions and 573 deletions.
2 changes: 1 addition & 1 deletion aea/cli_gui/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ def start_agent(agent_id: str, connection_id: PublicId):
) # 400 Bad request
else:
agent_process = call_aea_async(
[sys.executable, "-m", "aea.cli", "run"], agent_dir
[sys.executable, "-m", "aea.cli", "run", "--install-deps"], agent_dir
)

if agent_process is None:
Expand Down
Loading

0 comments on commit 69f5933

Please sign in to comment.