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
Tammo Jan Dijkema
telescope
Commits
55bdbec8
Commit
55bdbec8
authored
Jun 28, 2021
by
Tammo Jan Dijkema
Browse files
More verbose error
parent
c360eafa
Changes
1
Hide whitespace changes
Inline
Side-by-side
telescope.py
View file @
55bdbec8
...
...
@@ -186,7 +186,7 @@ class Telescope:
statussocket
=
socket
.
socket
(
socket
.
AF_INET
,
socket
.
SOCK_STREAM
)
statussocket
.
connect
((
host
,
port
))
except
socket
.
error
:
raise
IOError
(
"Cannot connect to status server
"
)
raise
IOError
(
"Cannot connect to status server
"
+
host
+
" at port "
+
str
(
port
)
)
while
True
:
readable
,
writable
,
exceptional
=
select
.
select
(
...
...
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