Skip to content

Commit

Permalink
minor changes in the warning message, update 'VERSION'
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanna Imshenetska authored and Hanna Imshenetska committed Sep 26, 2024
1 parent ee5789a commit f22fe2a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/syngen/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.42rc5
0.9.38
4 changes: 2 additions & 2 deletions src/syngen/ml/reporters/reporters.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ def _extract_report_data(self):
table_name=self.table_name
).fetch_data()
logger.warning(
f"The original data of table - '{self.table_name}' "
f"The original data of the table - '{self.table_name}' "
"has been fetched using the callback function. "
"It may have been modified since the start of the current process"
"The data may have been modified since the start of the current process"
)
else:
original, schema = DataLoader(self.paths["original_data_path"]).load_data()
Expand Down

0 comments on commit f22fe2a

Please sign in to comment.