We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When no applicable schema is not found, the offline ingestor returns the current error:
ERROR An exception occurred: not enough values to unpack (expected 3, got 1) system_helpers.py:85 INFO Exiting ingestor
instead of returning the correct error
No applicable metadata schema configuration found!!"
as it is currently code
scicat-ingestor/src/scicat_metadata.py
Line 240 in db045cb
The text was updated successfully, but these errors were encountered:
YooSunYoung
No branches or pull requests
When no applicable schema is not found, the offline ingestor returns the current error:
instead of returning the correct error
as it is currently
code
scicat-ingestor/src/scicat_metadata.py
Line 240 in db045cb
The text was updated successfully, but these errors were encountered: