summaryrefslogtreecommitdiff
path: root/morphlib/util.py
diff options
context:
space:
mode:
authorTiago Gomes <tiago.gomes@codethink.co.uk>2015-11-23 17:07:24 +0000
committerTiago Gomes <tiago.gomes@codethink.co.uk>2015-11-25 14:29:09 +0000
commit13fa0d15645e2d21c9c41d1f6c481233e24a8cfd (patch)
tree93e3c93f35fe56c1c355c417ef022f48e7a77bf9 /morphlib/util.py
parent25617bd6277e2ec44c8d6acd742280a2708a6a2c (diff)
downloadmorph-13fa0d15645e2d21c9c41d1f6c481233e24a8cfd.tar.gz
Prepare the removal of workspace and system branches code
Change-Id: Id470c7a77a47c89118a5d9d0d23b2206d8a839e4
Diffstat (limited to 'morphlib/util.py')
-rw-r--r--morphlib/util.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/morphlib/util.py b/morphlib/util.py
index ec83df25..0ec071e4 100644
--- a/morphlib/util.py
+++ b/morphlib/util.py
@@ -359,11 +359,7 @@ def find_root(dirname, subdir_name):
'''Find parent of a directory, at or above a given directory.
The sought-after directory is indicated by the existence of a
- subdirectory of the indicated name. For example, dirname might
- be the current working directory of the process, and subdir_name
- might be ".morph"; then the returned value would be the Morph
- workspace root directory, which has a subdirectory called
- ".morph".
+ subdirectory of the indicated name.
Return path to desired directory, or None if not found.