Skip to content

Commit 45693f9

Browse files
Fix small bug with missing text
Signed-off-by: Artur Kamieniecki <[email protected]>
1 parent 4c6dbf7 commit 45693f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Gems/EditorPythonBindings/Code/Source/PythonUtility.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1172,6 +1172,7 @@ namespace EditorPythonBindings
11721172
}
11731173
Internal::Indent(1, body);
11741174
AzFramework::StringFunc::Append(body, "pass\n\n");
1175+
AzFramework::StringFunc::Append(buffer, body.c_str());
11751176
}
11761177
else
11771178
{

0 commit comments

Comments
 (0)