Commit 40d7c10
Unescape string in RPC error message (#49373)
Summary:
Pull Request resolved: #49373
Unescaping the string in RPC error message to provide better error msg
Test Plan: CI
Reviewed By: xush6528
Differential Revision: D25511730
fbshipit-source-id: 054f46d5ffbcb1350012362a023fafb1fe57fca11 parent a9137ae commit 40d7c10
File tree
2 files changed
+19
-1
lines changed- torch
- distributed/rpc
- testing/_internal/distributed/rpc
2 files changed
+19
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
201 | 201 | | |
202 | 202 | | |
203 | 203 | | |
204 | | - | |
| 204 | + | |
205 | 205 | | |
206 | 206 | | |
207 | 207 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
317 | 317 | | |
318 | 318 | | |
319 | 319 | | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
320 | 324 | | |
321 | 325 | | |
322 | 326 | | |
| |||
1982 | 1986 | | |
1983 | 1987 | | |
1984 | 1988 | | |
| 1989 | + | |
| 1990 | + | |
| 1991 | + | |
| 1992 | + | |
| 1993 | + | |
| 1994 | + | |
| 1995 | + | |
| 1996 | + | |
| 1997 | + | |
| 1998 | + | |
| 1999 | + | |
| 2000 | + | |
| 2001 | + | |
| 2002 | + | |
1985 | 2003 | | |
1986 | 2004 | | |
1987 | 2005 | | |
| |||
0 commit comments