File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ cdef public void _pythonscript_free_instance(
110110# # print('OS.get_environment("foo")', OS.get_environment("foo"))
111111
112112
113- # Early init: register `PythonScriptLanguage` & `PythonScript` classes in Godot
113+ # Early init: register `PythonScriptLanguage`/ `PythonScript`/`PythonResourceFormat(Saver|Loader) ` classes in Godot
114114cdef void _register_pythonscript_classes():
115115 # Here is how we register Python into Godot:
116116 #
@@ -292,7 +292,7 @@ cdef void _register_pythonscript_language():
292292 )
293293 if ret != Error.OK:
294294 _pythons_script_language = None
295- print (" Failed to register Python into Godot: `Engine::register_script_language` returned error {ret}" , flush= True )
295+ print (f " Failed to register Python into Godot: `Engine::register_script_language` returned error {ret}" , flush= True )
296296 return
297297
298298
You can’t perform that action at this time.
0 commit comments