Skip to content

Commit 2338167

Browse files
referencing correct function name in error text
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 91c59e2 commit 2338167

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

card_data/pipelines/defs/load/load_pricing_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ def load_pricing_data() -> None:
2222
)
2323
print(colored(" ✓", "green"), f"Data loaded into {table_name}")
2424
except OperationalError as e:
25-
print(colored(" ✖", "red"), "Connection error in load_series_data():", e)
25+
print(colored(" ✖", "red"), "Connection error in load_pricing_data():", e)
2626
raise

0 commit comments

Comments
 (0)