Skip to content

2 fixes#1802

Open
SFJohnson24 wants to merge 8 commits into
mainfrom
usdm
Open

2 fixes#1802
SFJohnson24 wants to merge 8 commits into
mainfrom
usdm

Conversation

@SFJohnson24

@SFJohnson24 SFJohnson24 commented Jul 9, 2026

Copy link
Copy Markdown
Collaborator

this PR fixes 2 issues found in the test data--

  • catches when no rules are selected to execute (in test, usually due to .env vs rule standard/version scoping; instead return an error)
  • if -d is given for USDM and multiple json files are found this it will execute the first json file, now logs an error and returns blank.

removes 1 QA test that was not executing any rules and was now returning an error; added unit test

Comment thread core.py
[
str(p)
for p in dp_path.parent.glob("*")
if p.is_file() and p.name in {"datasets.csv", "variables.csv"}

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should these have leading underscores?

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.

2 participants