Fixed bug where split is attempted on a list.

Change-Id: Ib0cc980cd57eaaa0fa1bfc2a467cefc59940dc6a
This commit is contained in:
Richard (Rick) Hawkins
2014-02-17 15:51:55 -06:00
parent 723df512a7
commit 10f61f944e

View File

@@ -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()