aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'catalyst/hash_utils.py')
-rw-r--r--catalyst/hash_utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/catalyst/hash_utils.py b/catalyst/hash_utils.py
index 3db61f16..1161da31 100644
--- a/catalyst/hash_utils.py
+++ b/catalyst/hash_utils.py
@@ -79,7 +79,7 @@ class HashMap(object):
hash_)
except:
raise CatalystError("Error generating hash, is appropriate " + \
- "utility installed on your system?", traceback=True)
+ "utility installed on your system?", print_traceback=True)
def calc_hash(self, file_, hash_):