Skip to content

Commit

Permalink
Format black
Browse files Browse the repository at this point in the history
  • Loading branch information
pyiron-runner committed Feb 7, 2024
1 parent 3789f7d commit f99ba0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyiron_base/project/generic.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ def size(self):
Get the size of the project
"""
from pyiron_base.project.size import get_folder_size

return get_folder_size(path=self.path)

def copy(self):
Expand Down

0 comments on commit f99ba0c

Please sign in to comment.