- fixed issues with detecting older Preferences files

This commit is contained in:
Marius Stanciu
2020-07-21 14:17:58 +03:00
committed by Marius
parent 676645d6f5
commit 8a95580f15
5 changed files with 39 additions and 26 deletions

View File

@@ -811,7 +811,7 @@ class ToolDrilling(AppTool, Excellon):
def on_tool_db_load(self):
filename = self.app.data_path + '\\geo_tools_db.FlatDB'
filename = self.app.data_path + '\\tools_db.FlatDB'
# load the database tools from the file
try: