Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
kmap
xsocs
Commits
51e27525
Commit
51e27525
authored
Oct 26, 2016
by
Damien Naudet
Browse files
Fixed bug with the title method.
parent
851c4247
Changes
1
Hide whitespace changes
Inline
Side-by-side
kmap/io/XsocsH5.py
View file @
51e27525
...
...
@@ -63,7 +63,7 @@ class XsocsH5(XsocsH5Base):
def
title
(
self
,
entry
):
with
self
.
_get_file
()
as
h5_file
:
path
=
entry
+
'/title'
return
h5_file
[
path
]
return
h5_file
[
path
]
[()]
def
entry_filename
(
self
,
entry
):
with
self
.
_get_file
()
as
h5_file
:
...
...
Write
Preview
Supports
Markdown
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