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
Yori Fournier
myplotlib
Commits
ab30f39a
Commit
ab30f39a
authored
Jan 23, 2019
by
Yori Fournier
Browse files
corrected the wrong merging
parent
cb1d2e7f
Pipeline
#661
passed with stage
in 27 minutes and 19 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
mpl_server.py
View file @
ab30f39a
...
...
@@ -47,7 +47,7 @@ class MplHandler(socketserver.StreamRequestHandler):
# Try to execute the instructions
try
:
self
.
server
.
_rawdata
[
data_name
]
=
MplData
(
data
=
fct
(
*
args
,
**
kwargs
)
,
name
=
data_name
)
self
.
server
.
_rawdata
[
data_name
]
=
fct
(
*
args
,
**
kwargs
)
if
debug
:
print
(
INFO
+
"SERVER: I read the data "
"following instructions"
)
...
...
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