Skip to content

Commit

Permalink
force update of datasets if licences are processed
Browse files Browse the repository at this point in the history
  • Loading branch information
alex75 committed Sep 25, 2024
1 parent 61aabb4 commit e5de8c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cads_catalogue/entry_points.py
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ def update_catalogue(
resources_folder_path,
cim_folder_path,
storage_settings,
force=force,
force=force or licences_processed,
include=include,
exclude=exclude,
override_md=current_override_md,
Expand Down

0 comments on commit e5de8c0

Please sign in to comment.