Commit 0d7ca19
committed
Update default port in Manager.connect to use None instead of integer value
This was the default behavior for launch. For a value type, where the
absense of the port doesn't really matter, using `int` instead of
`Optional[int]` makes more sense, but consistency is more important, and
switching launch to `int` could break user code.1 parent c4ac446 commit 0d7ca19
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
397 | 397 | | |
398 | 398 | | |
399 | 399 | | |
400 | | - | |
| 400 | + | |
401 | 401 | | |
402 | 402 | | |
403 | 403 | | |
| |||
408 | 408 | | |
409 | 409 | | |
410 | 410 | | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
411 | 414 | | |
412 | 415 | | |
413 | 416 | | |
| |||
0 commit comments