You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
package-wide: replace format/% notation with f-strings with manual help
These changes are a mixture of manual adjustment while considering
flynt's suggestions in aggressive mode (-a).
No change in behavior intended.
Signed-off-by: Bastian Krause <bst@pengutronix.de>
f"Failed to connect to {self.networkservice.address} with {' '.join(args)}: error from SSH ProxyCommand: {proxy_error}", # pylint: disable=line-too-long
142
141
stdout=stdout,
143
142
)
144
143
exceptFileNotFoundError:
145
144
pass
146
145
147
146
raiseExecutionError(
148
-
"Failed to connect to {} with {}: return code {}".
0 commit comments