Skip to content

Rename database_manager.get_group_object_from_uuid()

Simply rename it to database_manager.get_group(uuid). This made for awfully long and redundant lines of code and it is stil clear what the function does.

Added a few docstrings on functions that I touched anyway. Simplified one function in a separate commit that contained more complex logic than needed.

Edited by Sebastian Spaeth

Merge request reports