2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 19:47:43 +00:00

Updated RetroCommon

This commit is contained in:
Jack Andersen
2015-08-14 18:12:57 -10:00
parent 6e5b82bc15
commit a71b01d4a2
4 changed files with 5 additions and 5 deletions

View File

@@ -392,7 +392,7 @@ void BlenderConnection::PyOutStream::linkBlend(const SystemString& target, const
" obj_scene = scene\n"
" break\n"
" if not obj_scene:\n"
" raise RuntimeError('unable to find %s in %s')\n"
" raise RuntimeError('''unable to find %s in %s. try deleting it and restart the extract.''')\n"
" obj = None\n"
" for object in obj_scene.objects:\n"
" if object.name == obj_scene.name:\n"