We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b22e0b5 commit 6a81c29Copy full SHA for 6a81c29
codecarbon/output_methods/file.py
@@ -30,7 +30,7 @@ def __init__(
30
self.on_csv_write: str = on_csv_write
31
self.save_file_path = os.path.join(self.output_dir, self.output_file_name)
32
logger.info(
33
- f"Saving emissions data to file {os.path.abspath(self.save_file_path)}"
+ f"Emissions data (if any) will be saved to file {os.path.abspath(self.save_file_path)}"
34
)
35
36
def has_valid_headers(self, data: EmissionsData):
0 commit comments