Skip to content
Snippets Groups Projects
Commit e99d7f2f authored by Richard Cordovano's avatar Richard Cordovano
Browse files

Fix jdiff check in update_versions.py

parent 839d8622
No related branches found
No related tags found
No related merge requests found
...@@ -862,7 +862,7 @@ def main(): ...@@ -862,7 +862,7 @@ def main():
# Check if javadoc and jdiff are present. # Check if javadoc and jdiff are present.
jdiff = fix_path(os.path.abspath("./thirdparty/jdiff/v-custom/jdiff.jar")) jdiff = fix_path(os.path.abspath("./thirdparty/jdiff/v-custom/jdiff.jar"))
if(not os.path.isdir(jdiff)): if(not os.path.isfile(jdiff)):
printt("jdiff not found. Exiting...") printt("jdiff not found. Exiting...")
return 1 return 1
try: try:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment