mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-11-04 14:09:33 +01:00 
			
		
		
		
	Some minor clean-up to Python script
This commit is contained in:
		@@ -1,6 +1,6 @@
 | 
			
		||||
#!/usr/bin/env python
 | 
			
		||||
 | 
			
		||||
from  __future__ import  print_function
 | 
			
		||||
from __future__ import print_function
 | 
			
		||||
 | 
			
		||||
import os
 | 
			
		||||
import sys
 | 
			
		||||
@@ -65,7 +65,7 @@ def parseFile( path, filename ):
 | 
			
		||||
                if headerFile != "tbc_text_format.h" and headerFile != "clara.h":
 | 
			
		||||
                    seenHeaders.add( headerFile )
 | 
			
		||||
                write( "// #included from: {0}\n".format( header ) )
 | 
			
		||||
                if( headerPath == "internal" and path.endswith( "internal/" ) ):
 | 
			
		||||
                if headerPath == "internal" and path.endswith("internal/"):
 | 
			
		||||
                    headerPath = ""
 | 
			
		||||
                    sep = ""
 | 
			
		||||
                if os.path.exists( path + headerPath + sep + headerFile ):
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user