Add some more user-facing typo fixes
This commit is contained in:
@@ -47,7 +47,7 @@ class FemToolsCcx(QtCore.QRunnable, QtCore.QObject):
|
||||
# @param analysis - analysis object to be used as the core object.
|
||||
# @param test_mode - True indicates that no real calculations will take place, so ccx binary is not required. Used by test module.
|
||||
# "__init__" tries to use current active analysis in analysis is left empty.
|
||||
# Rises exception if analysis is not set and there is no active analysis
|
||||
# Raises exception if analysis is not set and there is no active analysis
|
||||
def __init__(self, analysis=None, solver=None, test_mode=False):
|
||||
QtCore.QRunnable.__init__(self)
|
||||
QtCore.QObject.__init__(self)
|
||||
@@ -85,7 +85,7 @@ class FemToolsCcx(QtCore.QRunnable, QtCore.QObject):
|
||||
self.ccx_binary_present = False
|
||||
self.result_object = None
|
||||
else:
|
||||
raise Exception('FEM: Somthing went wront, the exception should have been raised earlier!')
|
||||
raise Exception('FEM: Something went wrong, the exception should have been raised earlier!')
|
||||
|
||||
## Removes all result objects and result meshes from an analysis group
|
||||
# @param self The python object self
|
||||
|
||||
Reference in New Issue
Block a user