flake8
passed.
JSHint
passed.
Review Request #14215 — Created Oct. 28, 2024 and submitted
When we migrate a database, we migrate legacy SCMTool entrypoints,
creating a map of their class paths to names. Unfortunately, this code
regressed when we moved to the modern importlib-based entrypoints, as we
were accessing old attribute names.This is a simple change that switches to the modern attributes, fixing
migration.
Verified this fixed a migration of an old database that had some
entrypoint-based SCMTools.
Summary | ID |
---|---|
53640be77502528312bf679c00d2efc76448c02f |
Switched to f-strings.
Summary | ID | |
---|---|---|
b230055429ebfc90eb28d1afe3b87419da5e0868 | ||
53640be77502528312bf679c00d2efc76448c02f |
Revision 2 (+2 -2)