Skip to content

Commit

Permalink
More implicit temp removal
Browse files Browse the repository at this point in the history
  • Loading branch information
J0bbie committed Jan 31, 2024
1 parent ad29488 commit a17543d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/rules/step4_dashboard.smk
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ rule sci_dash:
--path_hashing {params.metrics_hashing}
# Remove all empty (leftover) folders.
find . -empty -type d -delete
find ./{wildcards.experiment_name}/ -empty -type d -delete
"""

0 comments on commit a17543d

Please sign in to comment.