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

Fix regression: Treat empty string '' as None data element ID #312

Merged
merged 1 commit into from
May 20, 2024

Conversation

hf-kklein
Copy link
Contributor

fixes:

ERROR [kohlrahbi] Could not convert the unfolded AHB to a flat AHB for Prüfidentifikator '15003'
ERROR [kohlrahbi] Error processing pruefi '15003': The data_element '' does not match re.compile('^\d{4}$')

introduced in v1.1.0

fixes:
> ERROR    [kohlrahbi] Could not convert the unfolded AHB to a flat AHB for Prüfidentifikator '15003'
ERROR    [kohlrahbi] Error processing pruefi '15003': The data_element '' does not match re.compile('^\\d{4}$')

introduced in v1.1.0
@hf-kklein hf-kklein requested a review from hf-krechan May 20, 2024 08:39
@hf-kklein hf-kklein enabled auto-merge (squash) May 20, 2024 08:39
@hf-kklein hf-kklein merged commit a42f3ea into main May 20, 2024
10 checks passed
@hf-kklein hf-kklein deleted the fix-regression branch May 20, 2024 08:40
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

2 participants