Fixed bug where split is attempted on a list.
Change-Id: Ib0cc980cd57eaaa0fa1bfc2a467cefc59940dc6a
This commit is contained in:
@@ -93,7 +93,7 @@ class ObjectStorageAPI_Behaviors(BaseBehavior):
|
||||
representing either all or no features are configured.
|
||||
@rtype: string
|
||||
"""
|
||||
reported_features = []
|
||||
reported_features = ''
|
||||
if self.config.use_swift_info:
|
||||
reported_features = self.get_swift_features()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user