We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8aff40 commit f7d49ccCopy full SHA for f7d49cc
SparkFunKiCadCAMmer/plugin.py
@@ -133,6 +133,9 @@ def run_cammer(dlg, p_cammer):
133
if sysExit > 0:
134
wx.MessageBox("CAMmer " + ("warning" if (sysExit == 1) else "error") + ".\nPlease check cammer.log for details.",
135
("Warning" if (sysExit == 1) else "Error"), wx.OK | (wx.ICON_WARNING if (sysExit == 1) else wx.ICON_ERROR))
136
+ else:
137
+ wx.MessageBox("CAMmer complete.\nPlease check cammer.log for details.",
138
+ "Info", wx.OK | wx.ICON_INFORMATION)
139
else:
140
self.logger.log(logging.ERROR, "Could not get the board")
141
0 commit comments