Skip to content

Commit

Permalink
refactor the log message in the method '_set_up_reporting' of the cla…
Browse files Browse the repository at this point in the history
…ss InferConfig
  • Loading branch information
Hanna Imshenetska authored and Hanna Imshenetska committed Nov 15, 2024
1 parent 29e7f3f commit 7dd3b8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/syngen/ml/config/configurations.py
Original file line number Diff line number Diff line change
Expand Up @@ -333,8 +333,8 @@ def _set_up_reporting(self):
self.reports = list()
log_message = (
f"It seems that the path to the sample of the original data for the table "
f"'{self.table_name}' at '{self.paths['input_data_path']}' does not exist.\n"
f"As a result, no reports for the table '{self.table_name}' will be generated.\n"
f"'{self.table_name}' at '{self.paths['input_data_path']}' does not exist. "
f"As a result, no reports for the table '{self.table_name}' will be generated. "
f"The 'reports' parameter for the table '{self.table_name}' "
f"has been set to 'none'."
)
Expand Down

0 comments on commit 7dd3b8c

Please sign in to comment.