1014
1014
self._create_parent_dir = create_parent_dir
1015
1015
self._need_to_create = False
1017
1021
def check_header(self, fp):
1020
1024
# An empty file can actually be treated as though the file doesn't
1024
1028
raise KnitHeaderError(badline=line,
1025
1029
filename=self._transport.abspath(self._filename))