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
lassie
Commits
c7635239
Commit
c7635239
authored
Apr 24, 2018
by
Marius Kriegerowski
Browse files
snuffling: handle markerless ifcs
parent
235f7a6a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/snuffling.py
View file @
c7635239
...
...
@@ -284,6 +284,8 @@ def snuffle(config):
markers_path_extra
=
_ifc
.
picks_path
elif
isinstance
(
_ifc
,
ifc
.
TemplateMatchingIFC
):
markers_path_extra
=
_ifc
.
template_markers_path
else
:
continue
if
os
.
path
.
exists
(
markers_path_extra
):
s
.
add_markers
(
pmarker
.
load_markers
(
markers_path_extra
))
...
...
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