Skip to content

Commit

Permalink
Merge pull request #2547 from julijonas/patch-1
Browse files Browse the repository at this point in the history
Fix reference to similarity_jar_location
  • Loading branch information
ADBond authored Dec 9, 2024
2 parents e5f5325 + 1b4823b commit 0a859ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion splink/internals/spark/database_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ def _register_udfs_from_jar(self):
"for an example.\n"
"You will not be able to use these functions in your linkage.\n"
"You can find the location of the jar by calling the following function"
":\nfrom splink.spark.jar_location import similarity_jar_location"
":\nfrom splink.backends.spark import similarity_jar_location"
"\n\nFull error:\n"
f"{e}"
)
Expand Down

0 comments on commit 0a859ab

Please sign in to comment.