Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
snf-ganeti
Commits
1de62f37
Commit
1de62f37
authored
Feb 03, 2009
by
Guido Trotter
Browse files
Correct a typo in ReadPidFile's docstring
Reviewed-by: iustinp
parent
7b80424f
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/utils.py
View file @
1de62f37
...
...
@@ -416,7 +416,7 @@ def ReadPidFile(pidfile):
@type pidfile: string
@param pidfile: path to the file containing the pid
@rtype: int
@return: The process id, if the file exist
a
and contains a valid PID,
@return: The process id, if the file exist
s
and contains a valid PID,
otherwise 0
"""
...
...
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