Commit e708e6fa authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

Merge branch 'master' of https://github.com/Elphel/meta-elphel393

parents d1496984 a9dfafb8
......@@ -84,7 +84,7 @@ class temp_monitor():
except IOError:
print "Failed to create file: '%s%s'" % (out_path_prefix, out_fnames["core_temp_fn"])
try:
self.core_temp_params_f = open(out_path_prefix + out_fnames["temp_params_fn"], "r+")
self.core_temp_params_f = open(out_path_prefix + out_fnames["temp_params_fn"], "w+")
self.write_temp_params()
except IOError:
self.core_temp_out_f.close()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment