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
FSL
conda
installer
Commits
b025a454
Commit
b025a454
authored
Jul 15, 2021
by
Paul McCarthy
🚵
Browse files
TEST: py2 compat
parent
2a20c5b6
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/__init__.py
View file @
b025a454
...
...
@@ -67,7 +67,7 @@ class HTTPServer(threading.Thread):
@
property
def
port
(
self
):
return
self
.
server
.
server_
port
return
self
.
server
.
server_
address
[
1
]
def
run
(
self
):
self
.
server
.
serve_forever
()
...
...
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