Skip to content

Commit

Permalink
Fix error message formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mpcabd committed Jun 11, 2017
1 parent 63ceaec commit 761e686
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arabic_reshaper.py
Original file line number Diff line number Diff line change
Expand Up @@ -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],
)
)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand Down

0 comments on commit 761e686

Please sign in to comment.