diff options
author | Daniel Watkins <oddbloke@ubuntu.com> | 2020-01-28 10:45:27 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-28 10:45:27 -0500 |
commit | 88b09643787c55b700cfadc25bbe0ddbfe0368e6 (patch) | |
tree | cf702ea9a17c25062cc893edd10cf876eb513f32 /cloudinit | |
parent | fa3bdc9ecf9421ac3bad1bf6d01a82c70714af29 (diff) | |
download | vyos-cloud-init-88b09643787c55b700cfadc25bbe0ddbfe0368e6.tar.gz vyos-cloud-init-88b09643787c55b700cfadc25bbe0ddbfe0368e6.zip |
cloudinit/cmd/devel/net_convert.py: add missing space (#191)
Diffstat (limited to 'cloudinit')
-rwxr-xr-x | cloudinit/cmd/devel/net_convert.py | 2 |
1 files changed, 1 insertions, 1 deletions
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( |