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
ALP/alp.py
Line 191 in 3ba5849
For each collection there will be row inserted in the "sessions" table. If no collection is selected, no row is inserted. Possible workaround:
if not collection_ids: collection_ids = [None]
And filter out None in
ALP/lib/db_handler.py
Line 276 in 3ba5849
Line 284 in 3ba5849
return [d[0] for d in data if d[0]]
Yet, it is not a severe problem.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
ALP/alp.py
Line 191 in 3ba5849
For each collection there will be row inserted in the "sessions" table. If no collection is selected, no row is inserted. Possible workaround:
if not collection_ids: collection_ids = [None]
And filter out None in
ALP/lib/db_handler.py
Line 276 in 3ba5849
ALP/lib/db_handler.py
Line 284 in 3ba5849
return [d[0] for d in data if d[0]]
Yet, it is not a severe problem.
The text was updated successfully, but these errors were encountered: