Merge branch 'master' into develop

This commit is contained in:
Griatch 2020-04-20 23:39:14 +02:00
commit f204f3efe8

View file

@ -501,6 +501,8 @@ def create_account(
report_to (Object): An object with a msg() method to report
errors to. If not given, errors will be logged.
Returns:
Account: The newly created Account.
Raises:
ValueError: If `key` already exists in database.