Commit 7578f08
maksymbelei95
[show] Use proper variable to avoid exception in natshow script (sonic-net#1383)
* Substituting nat_entry variable, instead of s inside fetch_translations
function to avoid exception throwing inside the function due to undefined
variable.
The issue has introduced in be63918, while migrating to Python 3.
Variable s has replaced with nat_entry.
Signed-off-by: Maksym Belei <[email protected]>1 parent 910d284 commit 7578f08
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
137 | | - | |
| 137 | + | |
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
| |||
0 commit comments