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

Loader edge case: possible to load a file multiple times #39

Open
krzywon opened this issue Jul 26, 2023 · 0 comments
Open

Loader edge case: possible to load a file multiple times #39

krzywon opened this issue Jul 26, 2023 · 0 comments

Comments

@krzywon
Copy link
Collaborator

krzywon commented Jul 26, 2023

There is a potential issue with extracting data from a failed loader. IIRC there is a loop over possible formats somewhere above which terminates if a loader runs to completion, but continues to the next loader if an exception is raised. Depending on the available loaders, this may result in the same data being loaded twice.

Within a GUI this should be okay since the user should see the error in the log and be able to see that the data is not what they expect, but the results could be strange if running in a batch script.

Originally posted by @pkienzle in #37 (comment)

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

No branches or pull requests

1 participant