From a6645acb8b0940621d5e64a102473be4c6fe4a40 Mon Sep 17 00:00:00 2001 From: Sandipan Mohanty <s.mohanty@fz-juelich.de> Date: Mon, 22 May 2023 19:08:34 +0200 Subject: [PATCH] Fix error in pathutils.sh --- code/bash/pathutils.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/bash/pathutils.sh b/code/bash/pathutils.sh index 4922204..19bdbc5 100644 --- a/code/bash/pathutils.sh +++ b/code/bash/pathutils.sh @@ -76,7 +76,7 @@ cmpathrm() { pypathadd() { prepend_path PYTHONPATH $1 } -pycmpathrm() { +pypathrm() { remove_path_element PYTHONPATH $1 } -- GitLab