Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
deckard
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
32
Issues
32
List
Boards
Labels
Service Desk
Milestones
Merge Requests
4
Merge Requests
4
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Knot projects
deckard
Commits
2a72d8fd
Commit
2a72d8fd
authored
Sep 25, 2015
by
Grigorii Demidov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tab was replaced by spaces
parent
5d56c874
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
deckard.py
deckard.py
+1
-1
No files found.
deckard.py
View file @
2a72d8fd
...
...
@@ -252,7 +252,7 @@ def play_object(path, binary_name, config_name, j2template, binary_additional_pa
# Wait until the server accepts TCP clients
sock
=
socket
.
socket
(
socket
.
AF_INET
,
socket
.
SOCK_STREAM
)
while
True
:
time
.
sleep
(
0.1
)
time
.
sleep
(
0.1
)
if
daemon_proc
.
poll
()
!=
None
:
print
(
open
(
'%s/server.log'
%
TMPDIR
).
read
())
raise
Exception
(
'process died "%s", logs in "%s"'
%
(
os
.
path
.
basename
(
binary_name
),
TMPDIR
))
...
...
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