mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
Fix jdiff check in update_versions.py
This commit is contained in:
parent
839d86229d
commit
e99d7f2f20
@ -862,7 +862,7 @@ def main():
|
||||
|
||||
# Check if javadoc and jdiff are present.
|
||||
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...")
|
||||
return 1
|
||||
try:
|
||||
|
Loading…
x
Reference in New Issue
Block a user