From 1ff737ce5ac9ad5671be23ee7bf9dd8a27163c43 Mon Sep 17 00:00:00 2001 From: Manish Date: Sat, 25 Apr 2020 07:50:28 +1000 Subject: [PATCH] minor typo fix --- generator/main.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/generator/main.py b/generator/main.py index 877cbe8..8af37ba 100644 --- a/generator/main.py +++ b/generator/main.py @@ -258,7 +258,9 @@ class extractData: WriteTextFiles("info.json", self.infoJson) WriteTextFiles("./js/index.js",self.indexJs) WriteTextFiles( - "bundlesNotExactlyOneInfoFile", self.bundlesNotExactlyOneInfoFile) + "bundlesNotExactlyOneInfoFile.txt", + self.bundlesNotExactlyOneInfoFile + ) WriteTextFiles("bundlesNotZipFiles.txt", self.bundlesNotZipFiles) WriteTextFiles("erroredBundles.txt", self.erroredBundles) WriteTextFiles("iconErroredBundles.txt", self.iconErroredBundles)