Bad quote, bad !
This commit is contained in:
		@@ -32,7 +32,7 @@ if __name__ == "__main__":
 | 
				
			|||||||
        if match is None:
 | 
					        if match is None:
 | 
				
			||||||
            continue
 | 
					            continue
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        print("f"Populating {html_file} with translations...")
 | 
					        print(f"Populating {html_file} with translations...")
 | 
				
			||||||
        basename = match[1]
 | 
					        basename = match[1]
 | 
				
			||||||
        with open(html_file, "r") as f:
 | 
					        with open(html_file, "r") as f:
 | 
				
			||||||
            html = f.read()
 | 
					            html = f.read()
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user