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 6333bb1 commit 63ceaec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions arabic_reshaper.py
Original file line number Diff line number Diff line change
Expand Up @@ -1212,8 +1212,8 @@ def __init__(self, configuration=None, configuration_file=None):

if not os.path.exists(configuration_files[0]):
raise Exception(
'Default configuration file {} not found,' +
' check the module installation.'.format(
('Default configuration file {} not found,' +
' check the module installation.').format(
configuration_file,
)
)
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.3',
version = '2.0.4',
platforms = "ALL",
license = "GPL",
packages = ['arabic_reshaper'],
Expand Down

0 comments on commit 63ceaec

Please sign in to comment.