Commit fccd03b1 authored by Karol Latecki's avatar Karol Latecki Committed by Daniel Verkamp
Browse files

spdkcli: remove print_array when creating lvol store

parent 2a92c302
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -96,7 +96,7 @@ class UIRoot(UINode):
    def create_lvol_store(self, **kwargs):
        response = rpc.lvol.construct_lvol_store(self.client, **kwargs)
        new_lvs = rpc.lvol.get_lvol_stores(self.client,
                                           self.print_array(response),
                                           response,
                                           lvs_name=None)
        return new_lvs[0]["name"]