From 7e9c032e240ba65912ab6f378fecd9227f65a05b Mon Sep 17 00:00:00 2001 From: Francesco Siddi Date: Tue, 15 Jul 2014 11:21:20 +0200 Subject: [PATCH] Tweak to sloppy loops --- blender-bfct/application/models/applications.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/blender-bfct/application/models/applications.py b/blender-bfct/application/models/applications.py index d5a124a..e38dfc3 100644 --- a/blender-bfct/application/models/applications.py +++ b/blender-bfct/application/models/applications.py @@ -48,8 +48,7 @@ class Application(db.Model): all(): if review.reviewer_blender_id == current_user.id: return True - else: - return False + return False @property def user(self):