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
Sebastian Heimann
grond
Commits
61e4a46e
Commit
61e4a46e
authored
Nov 30, 2016
by
Sebastian Heimann
Browse files
fix error introduced in
f2c62177
parent
f2c62177
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/dataset.py
View file @
61e4a46e
...
...
@@ -145,7 +145,7 @@ class Dataset(object):
fs
.
load_xml
(
filename
=
stationxml_filename
))
def
add_clippings
(
self
,
markers_filename
):
markers
=
snuffling
.
load_markers
(
markers_filename
)
markers
=
pmarker
.
load_markers
(
markers_filename
)
clippings
=
{}
for
marker
in
markers
:
nslc
=
marker
.
one_nslc
()
...
...
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