Skip to content

Commit

Permalink
update the log message in the method 'generate_report' of the class R…
Browse files Browse the repository at this point in the history
…eport
  • Loading branch information
Hanna Imshenetska authored and Hanna Imshenetska committed Nov 28, 2024
1 parent fe58923 commit 271e721
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/syngen/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.52rc36
0.9.52rc37
2 changes: 1 addition & 1 deletion src/syngen/ml/reporters/reporters.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ def generate_report(cls):
grouped_reporters = cls._group_reporters()

if grouped_reporters:
logger.warning("The report(s) generation might be time consuming")
logger.warning("The report(s) generation might be time-consuming")

for table_name, reporters in grouped_reporters.items():
cls._start_mlflow_run(table_name)
Expand Down

0 comments on commit 271e721

Please sign in to comment.