From ffb6f5e34521678b6ca4aa488c7da248c8c65246 Mon Sep 17 00:00:00 2001 From: scragly <29337040+scragly@users.noreply.github.com> Date: Sat, 21 Sep 2019 12:46:52 +1000 Subject: Add some bad stuff for lint test to pick up. --- manage.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/manage.py b/manage.py index b257ea65..05180d65 100755 --- a/manage.py +++ b/manage.py @@ -3,6 +3,7 @@ import os import sys + # Separate definition to ease calling this in other scripts. def main(): """Entry point for Django management script.""" @@ -14,8 +15,8 @@ def main(): "Couldn't import Django. Are you sure it's installed and " "available on your PYTHONPATH environment variable? Did you " "forget to activate a virtual environment?" - ) from exc - execute_from_command_line(sys.argv) + from exc + execute_from_command_line (sys.argv) if __name__ == '__main__': -- cgit v1.2.3