From 74a77cb40b1222d7d9d8b4ea30bd1bcf1c2a8c7d Mon Sep 17 00:00:00 2001 From: Alan Garny Date: Mon, 2 Dec 2019 17:05:02 +1300 Subject: [PATCH] Some minor cleaning up. --- .../miscellaneous/JupyterKernel/src/jupyterkernelplugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/miscellaneous/JupyterKernel/src/jupyterkernelplugin.cpp b/src/plugins/miscellaneous/JupyterKernel/src/jupyterkernelplugin.cpp index c3e558d772..2324847816 100644 --- a/src/plugins/miscellaneous/JupyterKernel/src/jupyterkernelplugin.cpp +++ b/src/plugins/miscellaneous/JupyterKernel/src/jupyterkernelplugin.cpp @@ -107,7 +107,7 @@ bool JupyterKernelPlugin::runKernel(const QStringList &pArguments, int &pRes) } // Run the the kernel using our connection file - // Note: any backslashes in the filename need to be escaped for Python + // Note: any backslashes in the filename need to be escaped for Python... static const QString JupyterKernel = R"PYTHON( import matplotlib