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 of bug I introduced that skipped validation error reporting #175

Merged
merged 3 commits into from Apr 18, 2024

Conversation

aschroed
Copy link
Member

Simple bug fix
Added new test for case where alias is passed to error_report, which will now be included in the output

@coveralls
Copy link

coveralls commented Apr 18, 2024

Coverage Status

coverage: 83.187% (+0.05%) from 83.133%
when pulling 067cfce on ajs_fix_err_rep_bug
into f975242 on master.

@@ -793,9 +793,7 @@ def error_report(error_dic, sheet, all_aliases, connection, error_id=''):
nf_txt = 'not found'
not_found = None
alias_bit = None
if error_id:

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, this was the bit that I saw was causing the issue - removing this should do the trick.

Copy link

@dmichaels-harvard dmichaels-harvard left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@aschroed aschroed merged commit 0a9596f into master Apr 18, 2024
4 checks passed
@aschroed aschroed deleted the ajs_fix_err_rep_bug branch April 18, 2024 19:12
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

3 participants