Skip to content

Commit

Permalink
Merge branch 'master' of github.com:TACC/abaco
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Stubbs committed Aug 2, 2018
2 parents 8a29d6f + 6a38b68 commit be510ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ Quickstart
The response will look something like:

> ```json
```json
{
"message": "Actor execution retrieved successfully.",
"result": {
Expand Down Expand Up @@ -229,7 +229,7 @@ Quickstart
"status": "success",
"version": ":dev"
}
> ```
```

6. You can also retrieve the logs (as in docker logs) for any execution:

Expand Down
2 changes: 1 addition & 1 deletion samples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on Agave.
### Base Image ###
The `abacosamples/base-ubu` image provides the following convenience utilities for writing (Python2) actor functions:
* `get_context()` - returns a Python dictionary with the following fields:
* `raw_message` - the original message, either string or JSON depending on the Contetnt-Type.
* `raw_message` - the original message, either string or JSON depending on the Content-Type.
* `content_type` - derived from the original message request.
* `message_dict` - A Python dictionary representing the message (for Content-Type: application/json)
* `execution_id` - the ID of this execution.
Expand Down

0 comments on commit be510ad

Please sign in to comment.