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 bug in read_pentair_data()? #18

Merged
merged 8 commits into from
Sep 15, 2023
Merged

Fix bug in read_pentair_data()? #18

merged 8 commits into from
Sep 15, 2023

Conversation

hsonne
Copy link
Member

@hsonne hsonne commented Nov 12, 2021

The lapply() call did not seem to be closed correctly.
The call data.table::rbindlist(...) must be called after the lapply() call, otherwise "raw_list" does not yet exist!


This change is Reviewable

The lapply() call did not seem to be closed correctly.
The call data.table::rbindlist(...) must be called after
the lapply() call, otherwise "raw_list" does not yet
exist!
@hsonne hsonne merged commit 677f57c into dev Sep 15, 2023
7 checks passed
@hsonne hsonne deleted the fix-read-pentair-data branch September 15, 2023 03:54
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.

1 participant