memiiso/pyliquibase

Skip if zipfile is already downloaded

ismailsimsek opened this issue · 0 comments

Currently download_additional_java_library is downloading zip file regardless if its already downloaded or not. unlike *.jar file download.

  • make .jar,.zip downloads consistent, check if zip content already available, if yes then skip. if possible without downloading.
  • provide new argument skip_downloaded=True for end user to enforce re downloading