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
Yori Fournier
myplotlib
Commits
a852dcb1
Commit
a852dcb1
authored
Sep 07, 2017
by
Yori 'AGy' Fournier
Browse files
Now readData working properly
Status handling was wrong.
parent
682f49d8
Changes
1
Hide whitespace changes
Inline
Side-by-side
mplClient.py
View file @
a852dcb1
...
...
@@ -135,8 +135,10 @@ class MplClient(object):
print
(
SEVR
+
'could not Exctract the receipt.'
)
print
(
SEVR
+
'Received: '
+
str
(
answer
))
status
=
eval
(
status
)
if
not
status
:
print
(
SEVR
+
str
(
errmsg
))
print
(
SEVR
+
"SERVER: "
+
str
(
errmsg
))
return
(
status
)
...
...
@@ -170,10 +172,12 @@ class MplClient(object):
except
:
print
(
SEVR
+
'could not Exctract the status.'
)
status
=
eval
(
status
)
if
not
status
:
print
(
SEVR
+
str
(
errmsg
))
print
(
SEVR
+
"SERVER: "
+
str
(
errmsg
))
return
(
answer
)
return
(
status
)
# NEW SYNC FIGURE --------------------------------------------------
def
newSyncFigure
(
self
,
figClass
,
symbolicRawdata
,
**
kwargs
):
...
...
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