diff options
Diffstat (limited to 'buildstream/utils.py')
-rw-r--r-- | buildstream/utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildstream/utils.py b/buildstream/utils.py index 8e7219631..70759dc12 100644 --- a/buildstream/utils.py +++ b/buildstream/utils.py @@ -307,7 +307,7 @@ def safe_remove(path): """Removes a file or directory This will remove a file if it exists, and will - remove a directory if the directory is not empty. + remove a directory if the directory is empty. Args: path (str): The path to remove |