diff options
| author | Ray Ashman Jr <ray.ashman.jr@gmail.com> | 2013-11-02 15:27:47 -0400 |
|---|---|---|
| committer | Ray Ashman Jr <ray.ashman.jr@gmail.com> | 2013-11-02 15:27:47 -0400 |
| commit | dcfc8fa9721955dc4fcfb6e5e506be12f74c5b85 (patch) | |
| tree | db0ff9bc296501a9f8eb5f7b44e3b49652103992 /django/utils/autoreload.py | |
| parent | b44d42be6d05e88071844b64c6519223cdd2fa80 (diff) | |
Correct flake8 violation E261
Diffstat (limited to 'django/utils/autoreload.py')
| -rw-r--r-- | django/utils/autoreload.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/django/utils/autoreload.py b/django/utils/autoreload.py index 66ffd0db4d..ca5beaf75a 100644 --- a/django/utils/autoreload.py +++ b/django/utils/autoreload.py @@ -257,7 +257,7 @@ def reloader_thread(): fn = code_changed while RUN_RELOADER: if fn(): - sys.exit(3) # force reload + sys.exit(3) # force reload time.sleep(1) |
