diff --git a/cid/common.py b/cid/common.py index be1343cd..449c15dc 100644 --- a/cid/common.py +++ b/cid/common.py @@ -1387,7 +1387,7 @@ def create_or_update_dataset(self, dataset_definition: dict, dataset_id: str=Non else: raise CidCritical(f'User choice is not to update {found_dataset.name}.') elif not diff: - if not get_parameter( + if get_parameter( param_name=found_dataset.name.lower().replace(' ', '-') + '-override', message=f'Cannot get sql diff for {found_dataset.name}. Continue?', choices=['override', 'exit'],