Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Vasudevan, Rama K
pycroscopy
Commits
61963a79
Commit
61963a79
authored
Apr 06, 2020
by
ssomnath
Browse files
Setting h5py.File mode explicitely
parent
c20a99ea
Changes
1
Hide whitespace changes
Inline
Side-by-side
pycroscopy/io/translators/be_odf.py
View file @
61963a79
...
...
@@ -337,7 +337,7 @@ class BEodfTranslator(Translator):
remove
(
h5_path
)
# First create the file
h5_f
=
h5py
.
File
(
h5_path
)
h5_f
=
h5py
.
File
(
h5_path
,
mode
=
'w'
)
# Then write root level attributes
global_parms
=
dict
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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