Skip to content

Commit 6a81c29

Browse files
authored
fix: minor change in log that says where the codecarbon output is (#794)
1 parent b22e0b5 commit 6a81c29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codecarbon/output_methods/file.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def __init__(
3030
self.on_csv_write: str = on_csv_write
3131
self.save_file_path = os.path.join(self.output_dir, self.output_file_name)
3232
logger.info(
33-
f"Saving emissions data to file {os.path.abspath(self.save_file_path)}"
33+
f"Emissions data (if any) will be saved to file {os.path.abspath(self.save_file_path)}"
3434
)
3535

3636
def has_valid_headers(self, data: EmissionsData):

0 commit comments

Comments
 (0)