[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    playground/devtools/waf/wafadmin/Tools
From:       Thomas Nagy <tnagyemail-mail () yahoo ! fr>
Date:       2006-06-22 23:36:40
Message-ID: 1151019400.091563.31975.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 554037 by tnagy:

Less restrictive check.


 M  +4 -1      KDE3.py  


--- trunk/playground/devtools/waf/wafadmin/Tools/KDE3.py #554036:554037
@@ -278,7 +278,10 @@
 		for filename in lst:
 
 			node = self.m_current_path.find_node( filename.split(os.sep) )
-			if not node: fatal("cannot find "+filename+" in "+str(self.m_current_path))
+			if not node:
+				ext = filename[len(filename)-4:]
+				if ext != 'skel' and ext != 'stub':
+					fatal("cannot find "+filename+" in "+str(self.m_current_path))
 			base, ext = os.path.splitext(filename)
 
 			fun = None
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic