summaryrefslogtreecommitdiffstats
path: root/tools/purify/common.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/purify/common.py')
-rw-r--r--tools/purify/common.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/purify/common.py b/tools/purify/common.py
index 6fb96fc..8414bdb 100644
--- a/tools/purify/common.py
+++ b/tools/purify/common.py
@@ -142,7 +142,7 @@ class Rational(object):
logging.error("Execute failed.")
return
retcode = self.Analyze()
- if recode:
+ if retcode:
logging.error("Analyze failed.")
return retcode
logging.info("Instrumentation and execution completed successfully.")