Merge pull request #13 from maidenone/master

Fixed typo in solver log output
This commit is contained in:
realthunder 2018-06-12 18:13:34 +08:00 committed by GitHub
commit 3427dc0461
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ instruction [here](../../wiki/Build-Instruction).
The design of Assembly3 (and the fork of FreeCAD) partially follows the
unfinished FreeCAD Assembly [project plan](https://www.freecadweb.org/wiki/Assembly_project),
in particularly, the section [Infrustrcture](https://www.freecadweb.org/wiki/Assembly_project#Infrastructure)
in particularly, the section [Infrastructure](https://www.freecadweb.org/wiki/Assembly_project#Infrastructure)
and [Object model](https://www.freecadweb.org/wiki/Assembly_project#Object_model).
You can find more details at [here](../../wiki/Design).

View File

@ -111,7 +111,7 @@ class Solver(object):
logger.error(msg)
raise RuntimeError('Failed to solve {}: {}'.format(
objName(assembly),e.message))
self.system.log('done sloving')
self.system.log('done solving')
touched = False
for part,partInfo in self._partMap.items():