Skip to content

Commit

Permalink
Fix bug in last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jim-easterbrook committed Dec 27, 2023
1 parent 66fa7e0 commit 78adc0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ def test_TypeInfo(self):
@unittest.skipUnless(exiv2.versionInfo()['EXV_ENABLE_NLS'],
'no localisation available')
def test_localisation(self):
global exiv2
str_en = 'Failed to read input data'
str_de = 'Die Eingabedaten konnten nicht gelesen werden.'
old_locale = locale.setlocale(locale.LC_MESSAGES, None)
Expand Down

0 comments on commit 78adc0d

Please sign in to comment.