Update update_versions.py

This commit is contained in:
Sidhesh Mhatre 2015-06-23 10:35:13 -04:00
parent 4b1ba59257
commit 880a5be15a

View File

@ -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