Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sebastian Heimann
lassie
Commits
ebcf13cb
Commit
ebcf13cb
authored
Aug 30, 2017
by
Marius Kriegerowski
Browse files
tabuize SMAX
parent
b69de43d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/snuffling.py
View file @
ebcf13cb
...
...
@@ -285,6 +285,14 @@ def snuffle(config):
paths
.
append
(
config
.
get_ifm_dir_path
())
p
=
pile
.
make_pile
(
paths
=
paths
,
fileformat
=
'detect'
)
meta
=
{
'tabu'
:
True
}
for
tr
in
p
.
iter_traces
(
trace_selector
=
lambda
x
:
x
.
station
==
'SMAX'
):
if
tr
.
meta
:
tr
.
meta
.
update
(
meta
)
else
:
tr
.
meta
=
meta
snuffler
.
snuffle
(
p
,
stations
=
stations
,
launch_hook
=
load_snuffling
)
...
...
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