mirror of
https://github.com/MiSTer-devel/Distribution_MiSTer.git
synced 2026-05-24 03:03:20 +00:00
Update calculate_db.py
This commit is contained in:
committed by
GitHub
parent
d3d61496e2
commit
600aadad7a
2
.github/calculate_db.py
vendored
2
.github/calculate_db.py
vendored
@@ -69,6 +69,8 @@ def main(dryrun):
|
||||
zip_description['target_folder_path'] = external_path(zip_description['target_folder_path'])
|
||||
|
||||
save_data_to_compressed_json(db, db_file_json, db_file_zip)
|
||||
|
||||
print('check_changed: ' + str(check_changed))
|
||||
if check_changed and db_has_no_changes(db, db_url):
|
||||
print('No changes deteted.')
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user