Skip to content

Commit

Permalink
Format black
Browse files Browse the repository at this point in the history
  • Loading branch information
pyiron-runner committed Mar 25, 2024
1 parent 67b95bc commit e2711a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyiron_base/jobs/job/extension/files.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,9 @@ def __str__(self):

def _read(self, tail=None):
return _working_directory_read_file(
working_directory=os.path.dirname(str(self)),
file_name=os.path.basename(str(self)),
tail=tail,
working_directory=os.path.dirname(str(self)),
file_name=os.path.basename(str(self)),
tail=tail,
)

def __iter__(self):
Expand Down

0 comments on commit e2711a3

Please sign in to comment.