Merge pull request #91 from cejpmart/patch-1

IPC356: Do not crash on record type 367
This commit is contained in:
Hamilton Kibbe 2019-01-26 13:48:05 -05:00 committed by GitHub
commit 292f74dee9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -281,7 +281,8 @@ class IPC356_TestRecord(object):
units = settings.units
angle = settings.angle_units
feature_types = {'1': 'through-hole', '2': 'smt',
'3': 'tooling-feature', '4': 'tooling-hole'}
'3': 'tooling-feature', '4': 'tooling-hole',
'6': 'non-plated-tooling-hole'}
access = ['both', 'top', 'layer2', 'layer3', 'layer4', 'layer5',
'layer6', 'layer7', 'bottom']
record = {}