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
Describe the bug The categories field is getting populated with the same data repeatedly over multiple runs, in the conference collection.
To Reproduce Steps to reproduce the behavior:
python app.py -l debug -ls console --test True
Expected behaviour There should be unique entries in the conference categories field.
Additional context The bug is associated with insertion logic, need fix in that ASAP.
The text was updated successfully, but these errors were encountered:
I am interested with the issue.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Describe the bug
The categories field is getting populated with the same data repeatedly over multiple runs, in the conference collection.
To Reproduce
Steps to reproduce the behavior:
python app.py -l debug -ls console --test True
2.. Close it using Ctrl-C and run it again.
Expected behaviour
There should be unique entries in the conference categories field.
Additional context
The bug is associated with insertion logic, need fix in that ASAP.
The text was updated successfully, but these errors were encountered: