Skip to content

Commit 2643911

Browse files
fvennetiermurlock
authored andcommitted
container_hierarchy: fix error message
1 parent ed4a54d commit 2643911

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oioswift/common/middleware/container_hierarchy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ def check_pipeline(self, conf):
396396
ch_index < pipeline.index('versioned_writes')):
397397
raise ValueError(
398398
'Invalid pipeline %r: '
399-
'%s must be placed before versioned_writes'
399+
'%s must be placed after versioned_writes'
400400
% (pipeline, MIDDLEWARE_NAME))
401401

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

0 commit comments

Comments
 (0)