Browse Source

Small cleanup

Ralfp 12 years ago
parent
commit
fab23db0bd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      misago/apps/usercp/avatar/views.py

+ 1 - 1
misago/apps/usercp/avatar/views.py

@@ -125,7 +125,7 @@ def upload(request):
             try:
                 if is_zipfile(image_path):
                     # Composite file upload
-                    raise ValidationError()                    
+                    raise ValidationError()                 
                 image = Image.open(image_path)
                 if not image.format in ['GIF', 'PNG', 'JPEG']:
                     raise ValidationError()