summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhillip Smyth <phillipsmyth@Nexus-x240.dyn.ducie.codethink.co.uk>2018-05-24 16:28:15 +0100
committerTristan Van Berkom <tristan.van.berkom@gmail.com>2018-06-05 18:00:03 +0000
commit8d88b52a18b1adfdc04ebbd15027ac31c4d3408e (patch)
tree92e4d830f9a757b07c456fb5d18734d9b671e207
parent75fe8037343223d3bb674f3dc16db70327e74609 (diff)
downloadbuildstream-8d88b52a18b1adfdc04ebbd15027ac31c4d3408e.tar.gz
utils.py: Correcting a typo in safe_remove's comment
-rw-r--r--buildstream/utils.py2
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