Skip to content

Commit

Permalink
Improve error
Browse files Browse the repository at this point in the history
  • Loading branch information
evangriffiths committed Feb 8, 2024
1 parent 75c6b41 commit b2be161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prediction_market_agent/deploy/deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def deploy(
if deployment_type == DeploymentType.GOOGLE_CLOUD:
# Deploy to Google Cloud Functions, and use Google Cloud Scheduler to run the function
raise NotImplementedError(
"TODO not currently possible via DeployableAgent class"
"TODO not currently possible via DeployableAgent class. See examples/cloud_deployment/ instead."
)
elif deployment_type == DeploymentType.LOCAL:
start_time = time.time()
Expand Down

0 comments on commit b2be161

Please sign in to comment.