svc/connect.in: Change the idiom for handling peer nonexistence.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 28 Apr 2022 14:10:17 +0000 (15:10 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 30 Apr 2022 00:51:38 +0000 (01:51 +0100)
commite9ec9391a095ae55893d521475a01311094b5f98
tree59f283f7265e4c9c48a14bca74f2479de253aed8
parent7f4482e9ace035f427ca36d94d9d3ed7a0ac70c3
svc/connect.in: Change the idiom for handling peer nonexistence.

Use `try/except/else' rather than `try/except return'.  It's hardly more
writing for a better code structure.
svc/connect.in