Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
wendelin.core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Joshua
wendelin.core
Commits
12a9ca81
Commit
12a9ca81
authored
May 10, 2019
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
4a46d011
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
wcfs/wcfs_test.py
wcfs/wcfs_test.py
+2
-2
No files found.
wcfs/wcfs_test.py
View file @
12a9ca81
...
...
@@ -485,7 +485,7 @@ class tWatch:
while
1
:
# NOTE: .close() makes sure .wrx.read*() will wake up
l
=
t
.
wrx
.
readline
()
print
(
'C: watch : rx: %r'
%
l
)
#
print('C: watch : rx: %r' % l)
if
len
(
l
)
==
0
:
break
# closed
...
...
@@ -525,7 +525,7 @@ class tWatch:
assert
'
\
n
'
not
in
msg
with
t
.
_txmu
:
pkt
=
b"%d %s
\
n
"
%
(
stream
,
msg
)
print
(
'C: watch : tx: %r'
%
pkt
)
#
print('C: watch : tx: %r' % pkt)
t
.
wtx
.
write
(
pkt
)
t
.
wtx
.
flush
()
...
...
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