-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow modify_db_instance in custom db_subnet_group
Previously, this failed with TypeError: cannot pickle 'generator' object when the code tried to deepcopy the `database.db_subnet_group`. But a deepcopy isn't needed in this case, the subsequent database.master_user_secret_status = ... will not affect the shallow copy. Also, the copy is only needed to render the response template.
- Loading branch information
1 parent
19b69b0
commit 799824e
Showing
2 changed files
with
12 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters