Skip to content

Commit

Permalink
Merge pull request #13 from maidenone/master
Browse files Browse the repository at this point in the history
Fixed typo in solver log output
  • Loading branch information
realthunder committed Jun 12, 2018
2 parents 053517e + bdaa7c1 commit 3427dc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down
2 changes: 1 addition & 1 deletion solver.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def __init__(self,assembly,reportFailed,dragPart,recompute,rollback):
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():
Expand Down

0 comments on commit 3427dc0

Please sign in to comment.