We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bd784c commit 2570e45Copy full SHA for 2570e45
testing/interactive-tests/WakeTest.ipynb
@@ -9,8 +9,7 @@
9
"outputs": [],
10
"source": [
11
"import sys, os\n",
12
- "#BIN = os.path.expanduser(\"~/cern/git/PyHEADTAIL-new/\")\n",
13
- "BIN = os.path.expanduser(\"../../../PyHEADTAIL/\")\n",
+ "BIN = os.path.expanduser(\"../../../\")\n",
14
"sys.path.append(BIN)"
15
]
16
},
0 commit comments