Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pavel Kuzin
tower
Commits
f0b2dec4
Commit
f0b2dec4
authored
Dec 21, 2016
by
Aleksey Shirokih
Browse files
style fix
parent
4f04336f
Changes
1
Hide whitespace changes
Inline
Side-by-side
tower/api/deploy.py
View file @
f0b2dec4
...
...
@@ -161,7 +161,7 @@ class DeployHandler(BaseHandler):
self
.
version
=
'old'
else
:
with
open
(
version_path
,
"r"
)
as
f
:
self
.
version
=
f
.
read
().
splitlines
()[
0
]
self
.
version
=
f
.
read
().
splitlines
()[
0
]
def
on_connection_close
(
self
,
*
args
,
**
kwargs
):
logger
.
info
(
"Connection terminated"
)
...
...
Write
Preview
Supports
Markdown
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