X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=plnet.py;h=1410a0eb1f08b492472834046123fd1b770ff9d6;hb=38682c2e8d0b561bf68250287b3e1bfb454f0fd3;hp=8abc0afb7b53d3a6414aef9929a70d4c7b8f0ded;hpb=92ca645b83d6a4c9b549d2d36e16c788f28e6345;p=pyplnet.git diff --git a/plnet.py b/plnet.py index 8abc0af..1410a0e 100755 --- a/plnet.py +++ b/plnet.py @@ -207,12 +207,12 @@ def InitInterfaces(logger, plc, data, root="", files_only=False, program="NodeMa f.write("# Autogenerated by pyplnet... do not edit!\n") if 'DRIVER' in inter: f.write("# using %s driver for device %s\n" % (inter['DRIVER'],dev)) - f.write('DEVICE="%s"\n' % dev) + f.write('DEVICE=%s\n' % dev) # print the configuration values for (key, val) in inter.iteritems(): if key not in ('IFNAME','ALIAS','CFGOPTIONS','DRIVER'): - f.write('%s="%s"\n' % (key, val)) + f.write('%s=%s\n' % (key, val)) # print the configuration specific option values (if any) if 'CFGOPTIONS' in inter: