Skip to content

Commit e9ade0f

Browse files
committed
remove "input_dir" from staging_paths dict
1 parent eb8e18f commit e9ade0f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

jupyter_scheduler/scheduler.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -715,10 +715,6 @@ def get_staging_paths(self, model: Union[DescribeJob, DescribeJobDefinition]) ->
715715

716716
staging_paths["input"] = os.path.join(self.staging_path, id, model.input_filename)
717717

718-
if model.package_input_folder:
719-
notebook_dir = os.path.dirname(staging_paths["input"])
720-
staging_paths["input_dir"] = notebook_dir
721-
722718
return staging_paths
723719

724720

0 commit comments

Comments
 (0)