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
Ronald Schaten
Illuminatus
Commits
fd3df9e4
Commit
fd3df9e4
authored
Nov 01, 2010
by
Ronald Schaten
Browse files
exit on failure to create fifo
parent
80ca8f79
Changes
1
Show whitespace changes
Inline
Side-by-side
illuminatus.py
View file @
fd3df9e4
...
...
@@ -176,6 +176,7 @@ if __name__ == '__main__':
os
.
mkfifo
(
fifoname
)
except
OSError
,
e
:
print
'Failed to create FIFO: "%s"'
%
e
sys
.
exit
()
child_pid
=
0
print
'parent: PID %s'
%
os
.
getpid
()
...
...
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