mirror of
https://github.com/openvswitch/ovs
synced 2025-09-05 00:35:33 +00:00
daemon: Correct comment in Python implementation.
Reported-by: Reid Price <reid@nicira.com>
This commit is contained in:
@@ -75,8 +75,7 @@ def set_pidfile(name):
|
||||
|
||||
def get_pidfile():
|
||||
"""Returns an absolute path to the configured pidfile, or None if no
|
||||
pidfile is configured. The caller must not modify or free the returned
|
||||
string."""
|
||||
pidfile is configured."""
|
||||
return _pidfile
|
||||
|
||||
def set_no_chdir():
|
||||
|
Reference in New Issue
Block a user