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