diff options
| author | Tim Graham <timograham@gmail.com> | 2013-10-22 09:31:43 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-10-22 09:51:39 -0400 |
| commit | 1597503a017a9ced422a81d314cb4097d53c3dfd (patch) | |
| tree | e5883611fb6d928482d24db1c4d796126250fef4 /django/core | |
| parent | 0d0f4f020afe516f23fd2305f13ff0a6a539b344 (diff) | |
Fixed E221 pep8 warnings.
Diffstat (limited to 'django/core')
| -rw-r--r-- | django/core/management/templates.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/django/core/management/templates.py b/django/core/management/templates.py index ea4bd1164b..728b1af34c 100644 --- a/django/core/management/templates.py +++ b/django/core/management/templates.py @@ -229,7 +229,7 @@ class TemplateCommand(BaseCommand): tmp = url.rstrip('/') filename = tmp.split('/')[-1] if url.endswith('/'): - display_url = tmp + '/' + display_url = tmp + '/' else: display_url = url return filename, display_url |
