diff --git a/update_versions.py b/update_versions.py index d7d7951b5e0894d13612dc2b25ce057a8be1c734..2f96480556aec0567118f11f56b8caf4338ea639 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