Skip to content

Commit

Permalink
fix 'sub_path' -> 'ses_path'!!
Browse files Browse the repository at this point in the history
Co-authored-by: Niko Sirmpilatze <[email protected]>
  • Loading branch information
JoeZiminski and niksirbi authored Jun 9, 2024
1 parent a266c51 commit f0a00aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datashuttle/utils/folders.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def create_folder_trees(
log=log,
)
else:
all_paths["ses"].append(sub_path)
all_paths["ses"].append(ses_path)

return all_paths

Expand Down

0 comments on commit f0a00aa

Please sign in to comment.