Skip to content

Commit

Permalink
Use renamed method
Browse files Browse the repository at this point in the history
  • Loading branch information
liamhuber committed Jan 15, 2024
1 parent 10bdd34 commit bd62c77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyiron_workflow/node.py
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ def __post__(
save_exists = self.working_directory.file_exists(hardcoded_tinybase_filename)

if save_exists and overwrite_save:
self.working_directory.remove(hardcoded_tinybase_filename)
self.working_directory.remove_files(hardcoded_tinybase_filename)

self.working_directory.delete(only_if_empty=True)
# Touching the working directory may have created it -- if it's there and empty
Expand Down

0 comments on commit bd62c77

Please sign in to comment.