From 0dfb6c62dafb672c46e783895618d2c6f324b893 Mon Sep 17 00:00:00 2001 From: Marcin Purtak <44641138+marcinpurtak@users.noreply.github.com> Date: Wed, 6 Nov 2024 14:20:25 +0100 Subject: [PATCH] Update src/viadot/sources/sap_rfc.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: MichaƂ Zawadzki --- src/viadot/sources/sap_rfc.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/viadot/sources/sap_rfc.py b/src/viadot/sources/sap_rfc.py index 8f50d79d6..e4b724579 100755 --- a/src/viadot/sources/sap_rfc.py +++ b/src/viadot/sources/sap_rfc.py @@ -1155,8 +1155,7 @@ def to_df(self, tests: dict | None = None) -> pd.DataFrame: # noqa: C901, PLR09 actual_length_of_field < unique_column_len ) if any(rows_missing_whitespaces): - # Check how many whitespaces is missing for each row - # column value + # Check how many whitespaces are missing in each row. logger.info(f"Adding whitespaces for {col} column") missing_whitespaces_len = ( unique_column_len - actual_length_of_field