- fixed the Tcl Command AlignDrill
- fixed the Tcl Command AlignDrillGrid - fixed the Tcl COmmand Panelize, Excellon panelization section - Fixed an issue in Tool Calibration export_excellon method call - PEP8 corrections all over the app
This commit is contained in:
@@ -147,8 +147,10 @@ class AppPreProcTools(object, metaclass=ABCPreProcRegister):
|
||||
|
||||
|
||||
def load_preprocessors(app):
|
||||
preprocessors_path_search = [os.path.join(app.data_path, 'preprocessors', '*.py'),
|
||||
os.path.join('preprocessors', '*.py')]
|
||||
preprocessors_path_search = [
|
||||
os.path.join(app.data_path, 'preprocessors', '*.py'),
|
||||
os.path.join('preprocessors', '*.py')
|
||||
]
|
||||
import glob
|
||||
for path_search in preprocessors_path_search:
|
||||
for file in glob.glob(path_search):
|
||||
|
||||
Reference in New Issue
Block a user