Skip to content
Snippets Groups Projects
Commit a95f19d7 authored by Michael Hanselmann's avatar Michael Hanselmann
Browse files

ensure-dirs: Fix epydoc error


Signed-off-by: default avatarMichael Hanselmann <hansmi@google.com>
Reviewed-by: default avatarRené Nussbaumer <rn@google.com>
parent b7d7876b
No related branches found
No related tags found
No related merge requests found
......@@ -101,7 +101,7 @@ def EnsureDir(path, mode, uid, gid, _lstat_fn=os.lstat, _mkdir_fn=os.mkdir,
@param mode: The mode of the file
@param uid: The uid of the owner of this file
@param gid: The gid of the owner of this file
@param _stat_fn: Stat function to use (unittest only)
@param _lstat_fn: Stat function to use (unittest only)
@param _mkdir_fn: mkdir function to use (unittest only)
@param _ensure_fn: ensure function to use (unittest only)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment