Skip to content

Commit

Permalink
container_hierarchy: fix error message
Browse files Browse the repository at this point in the history
  • Loading branch information
fvennetier authored and murlock committed Aug 7, 2019
1 parent ed4a54d commit 2643911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oioswift/common/middleware/container_hierarchy.py
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ def check_pipeline(self, conf):
ch_index < pipeline.index('versioned_writes')):
raise ValueError(
'Invalid pipeline %r: '
'%s must be placed before versioned_writes'
'%s must be placed after versioned_writes'
% (pipeline, MIDDLEWARE_NAME))

def key(self, account, container, mode, path=None):
Expand Down

0 comments on commit 2643911

Please sign in to comment.