Skip to content

Commit

Permalink
Added missing f
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Nilsson committed Dec 16, 2024
1 parent 258f159 commit de184aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pilot/api/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -1057,7 +1057,7 @@ def check_availablespace(self, files: list):
else:
if disk_space:
available_space = convert_mb_to_b(disk_space)
self.logger.info("locally available space: {available_space} B")
self.logger.info(f"locally available space: {available_space} B")

# are we within the limit?
if totalsize > available_space:
Expand Down

0 comments on commit de184aa

Please sign in to comment.