Skip to content

Commit a930eb8

Browse files
committed
Docstring
1 parent e6cccf7 commit a930eb8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

bris/outputs/intermediate.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@ def get_filenames(self):
9696
return glob.glob(f"{self.workdir}/*_*.npy")
9797

9898
def cleanup(self):
99+
"""Removes up all intermediate files and removes the workdir. Called in finalize of the main output."""
100+
99101
for _filename in self.get_filenames():
100102
try:
101103
os.remove(_filename)

0 commit comments

Comments
 (0)