Skip to content
Snippets Groups Projects
Commit b3fcba8e authored by Enrique Garcia's avatar Enrique Garcia
Browse files

Merge branch 'pages_wrong_path' into 'master'

Pages wrong path

See merge request !18
parents f729e4cc 3c609c0d
No related branches found
No related tags found
1 merge request!18Pages wrong path
Pipeline #135616 passed
......@@ -14,7 +14,7 @@ import os
import sys
import shutil
sys.path.insert(0, os.path.abspath('..'))
notebook_dir = '../eossr/examples/notebooks/'
notebook_dir = '../examples/notebooks/'
if not os.path.exists('examples'):
os.mkdir('examples')
[shutil.copy(notebook_dir + file, 'examples') for file in os.listdir(notebook_dir) if file.endswith('.ipynb')]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment