summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhillip Smyth <phillipsmyth@Nexus-x240.dyn.ducie.codethink.co.uk>2018-05-24 16:28:15 +0100
committerPhillip Smyth <phillipsmyth@Nexus-x240.dyn.ducie.codethink.co.uk>2018-05-31 12:09:01 +0100
commit9e2f2d89ebbb60c2848f93f2759669ad4e4a20c0 (patch)
tree502e29a9412ad7abfbb0897ea93f3469212b61dc
parentc0de75e2d44d9187181b4501887493c0057dedb0 (diff)
downloadbuildstream-correcting_typo.tar.gz
utils.py: Correcting a typo in safe_remove's commentcorrecting_typo
-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