Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
meta-elphel393
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
meta-elphel393
Commits
e708e6fa
Commit
e708e6fa
authored
8 years ago
by
Oleg Dzhimiev
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
https://github.com/Elphel/meta-elphel393
parents
d1496984
a9dfafb8
master
framepars
framepars_prev
master-initial
master-next
rocko
rocko_ethereum
thud
warrior
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
init_tempmon.py
recipes-core/init-tempmon/files/init_tempmon.py
+1
-1
No files found.
recipes-core/init-tempmon/files/init_tempmon.py
View file @
e708e6fa
...
@@ -84,7 +84,7 @@ class temp_monitor():
...
@@ -84,7 +84,7 @@ class temp_monitor():
except
IOError
:
except
IOError
:
print
"Failed to create file: '
%
s
%
s'"
%
(
out_path_prefix
,
out_fnames
[
"core_temp_fn"
])
print
"Failed to create file: '
%
s
%
s'"
%
(
out_path_prefix
,
out_fnames
[
"core_temp_fn"
])
try
:
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
()
self
.
write_temp_params
()
except
IOError
:
except
IOError
:
self
.
core_temp_out_f
.
close
()
self
.
core_temp_out_f
.
close
()
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment