Return False to make this code clearer

This commit is contained in:
Diana Huang
2013-02-05 15:41:23 -05:00
parent 37900c3f76
commit 018412ca26

View File

@@ -221,6 +221,7 @@ class CombinedOpenEndedModule(XModule):
return True
if self.close_date is not None and datetime.datetime.utcnow() > self.close_date:
return True
return False