Skip to content

Commit 761e686

Browse files
committed
Fix error message formatting
1 parent 63ceaec commit 761e686

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

arabic_reshaper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1214,7 +1214,7 @@ def __init__(self, configuration=None, configuration_file=None):
12141214
raise Exception(
12151215
('Default configuration file {} not found,' +
12161216
' check the module installation.').format(
1217-
configuration_file,
1217+
configuration_files[0],
12181218
)
12191219
)
12201220

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
setup(
77
name = "arabic_reshaper",
88
description = "Reconstruct Arabic sentences to be used in applications that don't support Arabic",
9-
version = '2.0.4',
9+
version = '2.0.5',
1010
platforms = "ALL",
1111
license = "GPL",
1212
packages = ['arabic_reshaper'],

0 commit comments

Comments
 (0)