From 09f77c761bc7476915b3a34642eb3ed4c324f72e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Manuel=20Barroso=20Galindo?= Date: Fri, 15 Oct 2021 06:07:48 +0200 Subject: [PATCH] Including base_files_url --- .github/calculate_db.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/calculate_db.py b/.github/calculate_db.py index 4e57ca905..08a9b3b9d 100755 --- a/.github/calculate_db.py +++ b/.github/calculate_db.py @@ -60,7 +60,8 @@ def create_db(folder, options): "db_files": options['db_files'], "latest_zip_url": options['latest_zip_url'], "files": dict(), - "zips": dict() + "zips": dict(), + "base_files_url": "" } delete_list_regex = re.compile("^(.*_)[0-9]{8}(\.[a-zA-Z0-9]+)*$", )