Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a18e013

Browse files
committed
Fix for checking submodules location
Closes ipythongh-3257
1 parent 0b565ee commit a18e013

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setupbase.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ def check_for_submodules():
381381
"""
382382
here = os.path.dirname(__file__)
383383
submodules = [
384-
os.path.join(here, 'IPython', 'frontend', 'html', 'notebook', 'static', 'external')
384+
os.path.join(here, 'IPython', 'frontend', 'html', 'notebook', 'static', 'components')
385385
]
386386
for submodule in submodules:
387387
if not os.path.exists(submodule):

0 commit comments

Comments
 (0)