__pkginfo__.py
author Florent Cayré <florent.cayre@logilab.fr>
Tue, 15 Nov 2016 12:20:02 +0100
branch3.24
changeset 11819 a85b7a898e13
parent 11382 dab704a0e4b1
permissions lrwxrwxrwx
Fix AttributeError on postcommit when db-create adds non-system CWSource entities In this case, `Repository.add_source` is called from an operation, not from `Repository.init_sources_from_database`, thus the attribute `sources_by_eid` does not exist. Closes #16251078.

cubicweb/__pkginfo__.py