Commit 7646401
Fixed AttributeError when attempting to destroy AWS instances
The provider argument provided is of type Providers enum which has no upper function.
The error produced was
AttributeError: 'Providers' object has no attribute 'upper'
Ticket: ENT-13656
Changelog: title
Co-authored-by: Ole Herman Schumacher Elgesem <4048546+olehermanse@users.noreply.github.com>1 parent f69a26d commit 7646401
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
546 | 546 | | |
547 | 547 | | |
548 | 548 | | |
549 | | - | |
| 549 | + | |
| 550 | + | |
| 551 | + | |
550 | 552 | | |
551 | 553 | | |
552 | 554 | | |
| |||
0 commit comments