Skip to content

Commit 8acba93

Browse files
committed
formatting
1 parent 2924eb3 commit 8acba93

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/scorepy/pythonHelpers.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ std::string get_file_name(const PyFrameObject& frame)
2626
return "None";
2727
}
2828
char actual_path[PATH_MAX];
29-
const char* full_file_name = PyUnicode_AsUTF8(filename);
29+
const char* full_file_name = PyUnicode_AsUTF8(filename);
3030
return full_file_name ? full_file_name : "ErrorPath";
3131
}
3232
} // namespace scorepy

0 commit comments

Comments
 (0)