diff --git a/TODO b/TODO index 96d4feb..7d522f8 100644 --- a/TODO +++ b/TODO @@ -10,7 +10,6 @@ TODO: Bugs * Duplication of first maintainer when editing to add a second? -* GitPython sometimes reports renamed files as type M but we don't handle that properly e.g. OE-Core 59285b324f6d9ed270b0bef209ef5da22a620a83 086308aa2a5e332de6f00ed397c4a55d132f158f Other * Full-text search on layer contents diff --git a/layerindex/update_layer.py b/layerindex/update_layer.py index 0c7af8c..d34d8a5 100644 --- a/layerindex/update_layer.py +++ b/layerindex/update_layer.py @@ -636,7 +636,7 @@ def main(): bbclass.save() for diffitem in diff.iter_change_type('M'): - path = diffitem.a_blob.path + path = diffitem.b_blob.path if path.startswith(subdir_start): skip = False for removedir in removedirs: