From 880a5be15a5a77d7fc7777687f8cf62a20eef737 Mon Sep 17 00:00:00 2001 From: Sidhesh Mhatre <sidhesh_mhatre2001@yahoo.com> Date: Tue, 23 Jun 2015 10:35:13 -0400 Subject: [PATCH] Update update_versions.py --- update_versions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update_versions.py b/update_versions.py index d7d7951b5e..2f96480556 100755 --- a/update_versions.py +++ b/update_versions.py @@ -868,7 +868,7 @@ def main(): try: subprocess.call(["javadoc"], stdout=open(os.devnull, "w"), stderr=subprocess.STDOUT) except Exception: - printt("javadoc not found. Exiting...") + printt("javadoc not found in path. Exiting...") return 1 # ----------------------------------------------- # 1) Clone Autopsy, checkout to given tag/commit -- GitLab