Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A way to catch edit inconsistencies and forgetfulness #772

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jbothma
Copy link
Contributor

@jbothma jbothma commented Apr 17, 2024

-> opensanctions/opensanctions):
 (catch-fail) $ python contrib/check_children.py
Missing child dataset: 'th_amlo' (in 'incoming')
Dataset <Dataset(kz_companies)> is not in any collections
Dataset <Dataset(th_designated_person)> is not in any collections
  1. Can you see this as part of CI? Perhaps as
$FAIL=$(python check_children.py)
[[ -z "$1" ]] && { echo $FAIL; exit 1 }
  1. Is there already something that does this definition-side globbing?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant