commit:     90ffd325f399934e455af5c836872cf644b49489
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Wed Jul  1 17:05:39 2015 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Wed Jul  1 17:05:39 2015 +0000
URL:        https://gitweb.gentoo.org/proj/grss.git/commit/?id=90ffd325

grs/Populate.py: fix syntax error.

 grs/Populate.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/grs/Populate.py b/grs/Populate.py
index f01c424..0271e74 100644
--- a/grs/Populate.py
+++ b/grs/Populate.py
@@ -68,7 +68,7 @@ class Populate():
 
     def clean_subdirs(self, dirpath):
         path = os.path.join(self.portage_configroot, dirpath)
-        if os.path.isdir(path)
+        if os.path.isdir(path):
             uid = os.stat(path).st_uid
             gid = os.stat(path).st_gid
             mode = os.stat(path).st_mode

Reply via email to