Comment about "bootstrap: retry migration if previous transaction failed"
Commit 11f57b83 does not work in most cases, and may be a bad idea. We should probably simplify the code again as follows: global _bootstrapped # initialized to None at module level if _bootstrapped != portal.id: _bootstrapped = portal.id ...
Showing
Please register or sign in to comment