This commit is contained in:
Phill Ridout 2017-11-21 07:15:05 +00:00
parent 7d0b841269
commit 97e6e759bd
1 changed files with 1 additions and 1 deletions

View File

@ -320,7 +320,7 @@ class TestLib(TestCase):
pass
# Only continue when the thumb does not exist.
self.assertFalse(os.path.exists(thumb_path), 'Test was not run, because the thumb already exists.')
self.assertFalse(thumb_path.exists(), 'Test was not run, because the thumb already exists.')
# WHEN: Create the thumb.
icon = create_thumb(image_path, thumb_path)