makerbot / conveyor

A printing dispatch engine for 3D objects and their friends
GNU Affero General Public License v3.0
26 stars 10 forks source link

STL support broke THING support #8

Closed msamsonoff closed 12 years ago

msamsonoff commented 12 years ago

Tony Buser reports this exception:

2012-06-21 22:16:09,183 - ERROR - uncaught exception Traceback (most recent call last): File "/home/thingiv3rse/conveyor/src/main/python/conveyor/jsonrpc.py", line 392, in _invokemethod result = func(_args, *_kwargs) File "/home/thingiv3rse/conveyor/src/main/python/conveyor/server/init.py", line 100, in _slice recipe = recipemanager.getrecipe(thing) File "/home/thingiv3rse/conveyor/src/main/python/conveyor/recipe.py", line 52, in getrecipe recipe = self._getrecipe_thing(path) File "/home/thingiv3rse/conveyor/src/main/python/conveyor/recipe.py", line 80, in _getrecipe_thing recipe = self._getrecipe_thing_dir(path) File "/home/thingiv3rse/conveyor/src/main/python/conveyor/recipe.py", line 98, in _getrecipe_thing_dir manifest = conveyor.path.Manifest.frompath(manifestpath) AttributeError: 'module' object has no attribute 'path'

msamsonoff commented 12 years ago

Search and Replace Gone Wild.

6b42bddc5024faff180107220487ffa4596aa273