Wrongly using mil def for mm

refactor
Garret Fick 2015-12-28 11:34:54 +08:00
rodzic cd0ed5aed0
commit ca3c682da5
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -60,7 +60,7 @@ class ExcellonToolDefinitionParser(object):
matchers = [
(allegro_tool, 'mils'),
(allegro_comment_mils, 'mils'),
(allegro_comment_mils, 'mm'),
(allegro_comment_mm, 'mm'),
]
def __init__(self, settings=None):