# File lib/chef_zero/data_store/v2_to_v1_adapter.rb, line 72
      def list(path)
        fix_exceptions do
          real_store.list(fix_path(path))
        end
      end