Fix error message.

remotes/origin/4.2
Darko Poljak 9 years ago
parent 36627e2969
commit 1959e9cdd8
  1. 2
      cdist/__init__.py

2
cdist/__init__.py vendored

@ -90,4 +90,4 @@ def str_hash(s):
if isinstance(s, str):
return hashlib.md5(s.encode('utf-8')).hexdigest()
else:
raise Error("str_hash param should be string")
raise Error("Param should be string")

Loading…
Cancel
Save