summaryrefslogtreecommitdiff
path: root/yaksh/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'yaksh/scripts')
-rw-r--r--yaksh/scripts/cli.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yaksh/scripts/cli.py b/yaksh/scripts/cli.py
index fa18ff7..283cb12 100644
--- a/yaksh/scripts/cli.py
+++ b/yaksh/scripts/cli.py
@@ -76,7 +76,7 @@ def create_demo(project_name='yaksh_demo', project_dir=CUR_DIR):
management.call_command('startproject', project_name, project_dir)
print("Demo Django project '{0}' created at '{1}'".format(project_name,
project_dir))
- except Exception, e:
+ except Exception as e:
print("Error: {0}\nExiting yaksh Installer".format(e))
if project_dir is None: