Skip to content

Commit 2570e45

Browse files
committed
WakeTest:
- fixed wrong directory
1 parent 9bd784c commit 2570e45

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

testing/interactive-tests/WakeTest.ipynb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
"outputs": [],
1010
"source": [
1111
"import sys, os\n",
12-
"#BIN = os.path.expanduser(\"~/cern/git/PyHEADTAIL-new/\")\n",
13-
"BIN = os.path.expanduser(\"../../../PyHEADTAIL/\")\n",
12+
"BIN = os.path.expanduser(\"../../../\")\n",
1413
"sys.path.append(BIN)"
1514
]
1615
},

0 commit comments

Comments
 (0)