Skip to content

Commit 1ad8c6e

Browse files
committed
resolve merge conflicts from main
1 parent c38fc33 commit 1ad8c6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UnityMcpBridge/UnityMcpServer~/src/tools/manage_gameobject.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,4 +145,4 @@ def manage_gameobject(
145145
return response if isinstance(response, dict) else {"success": False, "message": str(response)}
146146

147147
except Exception as e:
148-
return {"success": False, "message": f"Python error managing GameObject: {str(e)}"}
148+
return {"success": False, "message": f"Python error managing GameObject: {str(e)}"}

0 commit comments

Comments
 (0)