2580
2581
if not self._dirblocks[0][0] == '':
2582
2583
"dirblocks don't start with root block:\n" + \
2584
2585
if len(self._dirblocks) > 1:
2585
2586
if not self._dirblocks[1][0] == '':
2587
2588
"dirblocks missing root directory:\n" + \
2589
2590
# the dirblocks are sorted by their path components, name, and dir id
2590
2591
dir_names = [d[0].split('/')
2591
2592
for d in self._dirblocks[1:]]