Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
pipelet
Pipelet
Commits
98599360
Commit
98599360
authored
Sep 09, 2010
by
Marc Betoule
Browse files
bug fix in get_directive: reading only comment line
parent
84a0666e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
pipelet/repository.py
pipelet/repository.py
+2
-0
No files found.
pipelet/repository.py
View file @
98599360
...
...
@@ -67,6 +67,8 @@ class Repository:
c
=
self
.
get_code_string
(
seg
)
d
=
Direct
()
for
l
in
c
.
splitlines
():
if
c
[
0
]
=
"#"
:
continue
try
:
d
.
parse
(
l
)
except
StopIteration
:
...
...
Write
Preview
Markdown
is supported
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