Add in Filename logged for css file
This commit is contained in:
		@@ -834,11 +834,12 @@ if __name__ == "__main__":
 | 
			
		||||
		logger.info(f"Content modified and saved to {partial_files[i]}")
 | 
			
		||||
		i += 1
 | 
			
		||||
 | 
			
		||||
	# Create the css file (the header, followed by a dumy entry for each class created/used above)
 | 
			
		||||
	# Create the css file (the header, followed by a dummy entry for each class created/used above)
 | 
			
		||||
	with open(css_file, "w") as file:
 | 
			
		||||
		file.write(f"/*\nGenerated by SM2Gen version: {strVersion}\n*/\n")
 | 
			
		||||
		file.write(f".{hl('PackageName')}-panel {{}}\n")
 | 
			
		||||
		file.write(acc_css_entries);
 | 
			
		||||
	logger.info(f"Css generated and saved to {highlight_occurrences(css_file)}")
 | 
			
		||||
 | 
			
		||||
	# Now generate the <name>.en file
 | 
			
		||||
	# Look through the generated files for the /l[\s|(]['|"](.*)['|"]\)/ strings.
 | 
			
		||||
@@ -954,4 +955,4 @@ if __name__ == "__main__":
 | 
			
		||||
			#    logger.info(
 | 
			
		||||
			#        f"Skipping the creation of {translated_lex_file} as it exists already"
 | 
			
		||||
			#    )
 | 
			
		||||
	quit()  # end of the program
 | 
			
		||||
	quit()  # end of the program
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user