From 615d39cb7369a2571d9374f7f8c26a86822884c8 Mon Sep 17 00:00:00 2001 From: SabariGanesh-K <64348740+SabariGanesh-K@users.noreply.github.com> Date: Wed, 30 Sep 2020 18:05:41 +0530 Subject: [PATCH] Update setup.py.tpl --- setup.py.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py.tpl b/setup.py.tpl index 09b2e04..58027f7 100644 --- a/setup.py.tpl +++ b/setup.py.tpl @@ -22,7 +22,7 @@ from setuptools import setup, find_packages from setuptools.command.test import test as TestCommand from distutils import spawn -try: +try: #exception handling , import error can be handled without prompting users. import colorama colorama.init() # Initialize colorama on Windows except ImportError: