Changed one of the nknown DCM entry errors to make them different.

This commit is contained in:
SET 2020-08-14 16:42:20 -03:00
parent 5d3cefe6ce
commit 18a224adb9
1 changed files with 1 additions and 1 deletions

View File

@ -476,7 +476,7 @@ class DocLibEntry(object):
elif line[0] == 'F':
self.datasheet = line[2:].lstrip()
else:
logger.warning('Unknown DCM entry `{}` on line {}'.format(line, _sch_line_number))
logger.warning('Unknown DCM attribute `{}` on line {}'.format(line, _sch_line_number))
line = _get_line_dcm(f)
def __repr__(self):