Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaireSimmonds authored Sep 10, 2018
1 parent 3cca13e commit 6fc9ce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def demo_task(x):
z = x + y

if len(z) < 5:
raise NotEnoughItemsError
raise NotEnoughItemsError('too few items')
```

This configuration option may be useful to avoid retrying in cases when doing so would have no effect, such as an error explicitly raised in code or if the error is unrecoverable.
Expand Down

0 comments on commit 6fc9ce3

Please sign in to comment.