mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-13 15:52:01 +07:00
[PyCharm] PY-76277 Jupyter (fix): Restored muted test in JupyterMoveCaretsHorizontallyInEditModeTest.
(cherry picked from commit 4a0ba695d979df8a04fba5d5c9a55750bef9ddfe) (cherry picked from commit 765a8f6b4ebd73af408644397add1c198657ca05) IJ-CR-147319 GitOrigin-RevId: d88b2e930b567e3b70a9550fac4cde7bc6828d7a
This commit is contained in:
committed by
intellij-monorepo-bot
parent
8514cdbb1a
commit
b97b90e46d
@@ -55,7 +55,7 @@ abstract class JupyterCefHttpHandlerBase(private val absolutePathFiles: Collecti
|
||||
// PathUtil.getJarPathForClass(javaClass) = out/classes/production/intellij.jupyter.core
|
||||
// But our resources lie not in out/classes but in out/dev-run
|
||||
if (url.toString().contains("out/classes/production/intellij.jupyter.plugin.frontend")) {
|
||||
url = URL(url.toString().replace("out/classes/production/intellij.jupyter.plugin.frontend", "out/dev-run/Python/Python/plugins/jupyter-plugin"))
|
||||
url = URL(url.toString().replace("out/classes/production/intellij.jupyter.plugin.frontend", "out/dev-run/Python/plugins/jupyter-plugin"))
|
||||
}
|
||||
|
||||
if (url != null) {
|
||||
|
||||
Reference in New Issue
Block a user