Skip to content
Snippets Groups Projects
Commit 189cebdb authored by Eric Kooistra's avatar Eric Kooistra
Browse files

PYTHONPATH in cell.

parent 31c67640
No related branches found
No related tags found
No related merge requests found
Checking pipeline status
......@@ -1591,6 +1591,13 @@ Check of SDPTR op dop369 actief is met:
> uals -u 10.87.2.36:4840 -p "0:Objects"
# Add rtdsp module path to $PYTHONPATH in a cell
import os
import sys
module_path = os.path.abspath(os.path.join('../'))
if module_path not in sys.path:
sys.path.insert(0, module_path)
*******************************************************************************
* Graphana
*******************************************************************************
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment