We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2924eb3 commit 8acba93Copy full SHA for 8acba93
1 file changed
src/scorepy/pythonHelpers.cpp
@@ -26,7 +26,7 @@ std::string get_file_name(const PyFrameObject& frame)
26
return "None";
27
}
28
char actual_path[PATH_MAX];
29
- const char* full_file_name = PyUnicode_AsUTF8(filename);
+ const char* full_file_name = PyUnicode_AsUTF8(filename);
30
return full_file_name ? full_file_name : "ErrorPath";
31
32
} // namespace scorepy
0 commit comments