Skip to content

Commit 7e8ece6

Browse files
committed
oops
1 parent 8a6a74a commit 7e8ece6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/renku_data_services/notebooks/core_sessions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,7 @@ async def get_data_sources(
302302
# NOTE: if 'skip' is true, we do not mount that data connector
303303
if dco.skip:
304304
del dcs[dc_id]
305+
continue
305306
if dco.target_path is not None and not PurePosixPath(dco.target_path).is_absolute():
306307
dco.target_path = (work_dir / dco.target_path).as_posix()
307308
dcs[dc_id] = dcs[dc_id].with_override(dco)

0 commit comments

Comments
 (0)