Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Lifeware
biocham
Commits
15de66af
Commit
15de66af
authored
May 04, 2018
by
SOLIMAN Sylvain
Browse files
typo
parent
28a7ca85
Changes
1
Hide whitespace changes
Inline
Side-by-side
biocham_kernel/kernel.py
View file @
15de66af
...
@@ -153,7 +153,7 @@ class BiochamKernel(Kernel):
...
@@ -153,7 +153,7 @@ class BiochamKernel(Kernel):
'text'
:
line
.
strip
()
+
'.'
,
'text'
:
line
.
strip
()
+
'.'
,
'replace'
:
False
,
'replace'
:
False
,
}
for
line
in
reversed
(
lines
)
if
line
.
strip
()]
}
for
line
in
reversed
(
lines
)
if
line
.
strip
()]
elif
magic
.
star
s
twith
(
'timeout '
):
elif
magic
.
start
s
with
(
'timeout '
):
self
.
timeout
=
int
(
magic
[
8
:].
split
()[
0
])
self
.
timeout
=
int
(
magic
[
8
:].
split
()[
0
])
output
=
'Timeout set to '
+
str
(
self
.
timeout
)
output
=
'Timeout set to '
+
str
(
self
.
timeout
)
payload
=
[]
payload
=
[]
...
...
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