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
Right now, if an error is encountered when loading a custom IC map, it raises an error:
Loading custom IC map from: "test_ic.tsv" Failed to import custom IC map: Line does not contain enough columns
See
semsimian/src/lib.rs
Lines 118 to 129 in e2cba82
This should probably end the process before it continues on to build a new IC map, as the user may not notice this error.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Right now, if an error is encountered when loading a custom IC map, it raises an error:
See
semsimian/src/lib.rs
Lines 118 to 129 in e2cba82
This should probably end the process before it continues on to build a new IC map, as the user may not notice this error.
The text was updated successfully, but these errors were encountered: