trivial: minor code cleanup in examples/python
There where cases, where TAB was mixed with SPACES. Replace TAB with SPACES. Additionally, make the script nm-state.py executable Signed-off-by: Thomas Haller <thaller@redhat.com>
This commit is contained in:

committed by
Dan Williams

parent
a853b3bd23
commit
471fed3859
@@ -94,11 +94,11 @@ def print_connections():
|
||||
merge_secrets(settings_connection, config, 'ppp')
|
||||
|
||||
# Get the details of the 'connection' setting
|
||||
s_con = config['connection']
|
||||
print " name: %s" % s_con['id']
|
||||
print " uuid: %s" % s_con['uuid']
|
||||
print " type: %s" % s_con['type']
|
||||
print " ------------------------------------------"
|
||||
s_con = config['connection']
|
||||
print " name: %s" % s_con['id']
|
||||
print " uuid: %s" % s_con['uuid']
|
||||
print " type: %s" % s_con['type']
|
||||
print " ------------------------------------------"
|
||||
connection_to_string(config)
|
||||
|
||||
print ""
|
||||
|
Reference in New Issue
Block a user