[virtualcommons-svn] /hgrepo/v/vi/virtualcommons/virtualcommons: should remember to t...
Status: Beta
Brought to you by:
alllee
From: <vir...@li...> - 2011-05-14 00:37:14
|
Subject: hg.virtualcommons 365 details: http://virtualcommons.hg.sourceforge.net:8000/hgroot/virtualcommons/virtualcommons/hgrepo/v/vi/virtualcommons/virtualcommons/rev/d909eb9c2efc changeset: 365:d909eb9c2efc user: Allen Lee <all...@as...> date: Fri May 13 17:37:09 2011 -0700 description: should remember to test before committing diffstat: vcweb/core/models.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diffs (12 lines): diff -r e968bd915583 -r d909eb9c2efc vcweb/core/models.py --- a/vcweb/core/models.py Fri May 13 17:23:53 2011 -0700 +++ b/vcweb/core/models.py Fri May 13 17:37:09 2011 -0700 @@ -412,7 +412,7 @@ self.register_participants(users=users, institution=institution) def initialize_parameters(self, group_parameters=None, participant_parameters=None): - if not self.is_playable_round: + if not self.current_round.is_playable_round: logger.warn("ignoring request to initialize parameters for round %s", self.current_round) return if group_parameters is None: |