- fixed an issue where the Geometry plot function protested that it does not have an parameter that is used by the CNCJob plot function. But both inherit from FaltCAMObj plot function which does not have that parameter so something may need to be changed. Until then I provided a phony keyboard parameter to make that function 'shut up'
This commit is contained in:
@@ -7196,8 +7196,7 @@ class App(QtCore.QObject):
|
||||
try:
|
||||
d = json.load(f, object_hook=dict2obj)
|
||||
except:
|
||||
App.log.error("Failed to parse project file: %s" % filename)
|
||||
self.inform.emit(_("[ERROR_NOTCL] Failed to parse project file: %s") % filename)
|
||||
App.log.error("Failed to parse project file, trying to see if it loads as an LZMA archive: %s" % filename)
|
||||
f.close()
|
||||
|
||||
# Open and parse a compressed Project file
|
||||
|
||||
Reference in New Issue
Block a user