Add missing newlines for debug prints
This commit is contained in:
@@ -211,7 +211,7 @@ float BPY_driver_exec(ChannelDriver *driver, const float evaltime)
|
||||
/* init global dictionary for py-driver evaluation settings */
|
||||
if (!bpy_pydriver_Dict) {
|
||||
if (bpy_pydriver_create_dict() != 0) {
|
||||
fprintf(stderr, "Pydriver error: couldn't create Python dictionary");
|
||||
fprintf(stderr, "PyDriver error: couldn't create Python dictionary\n");
|
||||
if (use_gil)
|
||||
PyGILState_Release(gilstate);
|
||||
return 0.0f;
|
||||
|
||||
Reference in New Issue
Block a user