Skip to content

Commit

Permalink
Merge pull request #1063 from sevoma/format-error
Browse files Browse the repository at this point in the history
format error correctly
  • Loading branch information
untergeek committed Sep 25, 2017
2 parents 39d5e62 + 9c20b33 commit df113e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions curator/actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -1882,6 +1882,7 @@ def qualify_single_node(self):
raise ActionError(
'Node "{0}" has multiple data paths and cannot be used '
'for shrink operations.'
.format(self.shrink_node)
)
self.shrink_node_avail = (
self.client.nodes.stats()['nodes'][node_id]['fs']['total']['available_in_bytes']
Expand Down

0 comments on commit df113e8

Please sign in to comment.