Skip to content

Commit c632eb3

Browse files
author
Yulius Tjahjadi
committed
jupyter-xeus#190 bug fix: append pid to xpython_debug_logs directory
1 parent 447d01e commit c632eb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/xdebugger.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ namespace xpyt
320320
{
321321
std::string host = "127.0.0.1";
322322
std::string temp_dir = xeus::get_temp_directory_path();
323-
std::string log_dir = temp_dir + "/" + "xpython_debug_logs";
323+
std::string log_dir = temp_dir + "/" + "xpython_debug_logs_" + std::to_string(xeus::get_current_pid());
324324

325325
xeus::create_directory(log_dir);
326326

0 commit comments

Comments
 (0)