Skip to content

Commit e3bde25

Browse files
authored
Add missing closing quote
1 parent 1de7c41 commit e3bde25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytest_mpl/plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ def compare_image_to_hash_library(self, item, fig, result_dir):
470470
test_hash = self.generate_image_hash(item, fig)
471471

472472
if hash_name not in hash_library:
473-
return (f"Hash for test '{hash_name}' not found in {hash_library_filename}.
473+
return (f"Hash for test '{hash_name}' not found in {hash_library_filename}. "
474474
f"Generated hash is {test_hash}.")
475475

476476
if test_hash == hash_library[hash_name]:

0 commit comments

Comments
 (0)