Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Godshell
Skynet
Commits
297a7cce
Commit
297a7cce
authored
Jan 08, 2015
by
Jason Frisvold
Browse files
- Oops, left some testing/debugging statements in. Removed.
parent
e0c41973
Changes
1
Hide whitespace changes
Inline
Side-by-side
client/spawner.py
View file @
297a7cce
...
...
@@ -290,8 +290,7 @@ def spawn_process(spawnlist):
try
:
pid
=
os
.
fork
()
if
pid
>
0
:
#sys.exit(0)
os
.
_exit
(
0
)
sys
.
exit
(
0
)
except
OSError
,
e
:
sys
.
stderr
.
write
(
'fork #2 failed: ({0}) {1}'
.
format
(
e
.
errno
,
e
.
strerror
))
...
...
@@ -369,8 +368,7 @@ def spawn_process(spawnlist):
os
.
remove
(
tmpfile
)
#sys.exit(0)
os
.
_exit
(
0
)
sys
.
exit
(
0
)
def
open_timing_database
():
logger
.
info
(
'Opening timing database'
)
...
...
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