diff --git a/arabic_reshaper.py b/arabic_reshaper.py index 4322d08..edfec39 100644 --- a/arabic_reshaper.py +++ b/arabic_reshaper.py @@ -1214,7 +1214,7 @@ def __init__(self, configuration=None, configuration_file=None): raise Exception( ('Default configuration file {} not found,' + ' check the module installation.').format( - configuration_file, + configuration_files[0], ) ) diff --git a/setup.py b/setup.py index a7d3022..da9f349 100755 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name = "arabic_reshaper", description = "Reconstruct Arabic sentences to be used in applications that don't support Arabic", - version = '2.0.4', + version = '2.0.5', platforms = "ALL", license = "GPL", packages = ['arabic_reshaper'],