-
-
Couldn't load subscription status.
- Fork 47
Closed
Labels
Description
See #427
The problem here is the code load the config file in an ordered dictionary list with the original name as a key. Therefore, it will not work if renaming for the same reference as the "old" key's value will be replaced by the "new" key's value. In this case, the first
pkg_name: about_resourcewill be replaced bypkg_name: nameand therefore prompt error as theabout_resourceis no longer in the dictionary list for renaming.