Commit 0fa92b41 authored by pinaise's avatar pinaise

Changed exception: "Skeinforge execution failed." to "Skeinforge/Slic3r execution failed."

parent ec3d066a
......@@ -1271,7 +1271,7 @@ class PronterWindow(wx.Frame,pronsole.pronsole):
self.skeinp.wait()
self.stopsf=1
except:
print _("Skeinforge execution failed.")
print _("Skeinforge/Slic3r execution failed.")
self.stopsf=1
traceback.print_exc(file=sys.stdout)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment