From 9abf07a53ac57f6c93132822376e6ff0058f0ad5 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Tue, 22 Sep 2020 17:17:05 +0530 Subject: added try except incase collada2gltf is not there --- app/dock-single.py | 1 - 1 file changed, 1 deletion(-) (limited to 'app/dock-single.py') diff --git a/app/dock-single.py b/app/dock-single.py index 3526985..90031a1 100644 --- a/app/dock-single.py +++ b/app/dock-single.py @@ -221,7 +221,6 @@ def RemoveAllFilesMatching(directory,pattern): FileList = glob.glob(directory+"/*"+pattern) for FilePath in FileList: try: - print(FilePath) os.remove(FilePath) except: print("Error in removing misc file") -- cgit v1.2.3