Skip to content

Commit d0b4f5d

Browse files
committed
#618 remove local dev/test path
1 parent 44ce696 commit d0b4f5d

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

run.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@
33
"""
44
import sys
55
import os
6-
import shutil
7-
8-
path = "/home/user/NetPyNE-UI/workspace/NetPyNEShowcase/NeuroML2/tmp"
9-
if os.path.exists(path):
10-
shutil.rmtree(path)
116

127
from notebook.notebookapp import NotebookApp
138
from jupyter_geppetto import settings

0 commit comments

Comments
 (0)