From 88b09643787c55b700cfadc25bbe0ddbfe0368e6 Mon Sep 17 00:00:00 2001 From: Daniel Watkins Date: Tue, 28 Jan 2020 10:45:27 -0500 Subject: cloudinit/cmd/devel/net_convert.py: add missing space (#191) --- cloudinit/cmd/devel/net_convert.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudinit/cmd/devel/net_convert.py b/cloudinit/cmd/devel/net_convert.py index 2d27a76a..80d217ca 100755 --- a/cloudinit/cmd/devel/net_convert.py +++ b/cloudinit/cmd/devel/net_convert.py @@ -95,7 +95,7 @@ def handle_args(name, args): ns = network_state.parse_net_config_data(pre_ns) if not ns: raise RuntimeError("No valid network_state object created from" - "input data") + " input data") if args.debug: sys.stderr.write('\n'.join( -- cgit v1.2.3