|
4 |
edited title
|
||
[python] how How to save a configuration file / python file IO |
||||
|
3 | fixed typo (missing comma) | ||
|
I have this python code for opening a .cfg file, writing to it and saving it:
Does this seem normal or am I missing something about how to open-write-save files? Is there a more standard way to read and write config files? I ask because I have two methods that seem to do the same thing, they get the config file handle ('cf') call cf.set('blah', 'foo' bar) then use the save_lock_file(cf) call above. For one method it works and for the other method the write never takes place, unsure why at this point.
|
||||
|
2 | added 2 characters in body | ||
|
I have this python code for opening a .cfg file, writing to it and saving it:
Does this seem normal or am I missing something about how to open-write-save files? Is there a more standard way to read and write config files? I ask because I have two methods that seem to do the same thing, they get the config file handle ('cf') call cf.set('blah', 'foo' bar) then use the save_lock_file(cf) call above. For one method it works and for the other method the write never takes place, unsure why at this point.
|
||||
|
1 |
|
||
