patch library: fix previous patch
authorJohannes Berg <johannes.berg@intel.com>
Tue, 16 Apr 2013 07:56:28 +0000 (09:56 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 16 Apr 2013 07:56:28 +0000 (09:56 +0200)
I accidentally removed one line too many ...

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
lib/patch.py

index b5949fd7328f817c0c1f1c331f6cec66457bd6c3..01ad0701911bd566719a169f03114ada2e5985a9 100644 (file)
@@ -626,6 +626,7 @@ class PatchSet(object):
         
         return None
     """
+    for i,p in enumerate(self.items):
       p.source = xnormpath(p.source)
       p.target = xnormpath(p.target)