# HG changeset patch # User Sylvain Thénault # Date 1409204530 -7200 # Node ID e0f1c5697221d7ee93a29dff7811fb0181dfb468 # Parent 798ab12165233dcdc20c43eadddb48d6efb6fad9 fix typo in syncschema hooks diff -r 798ab1216523 -r e0f1c5697221 hooks/syncschema.py --- a/hooks/syncschema.py Tue Sep 16 18:01:51 2014 +0200 +++ b/hooks/syncschema.py Thu Aug 28 07:42:10 2014 +0200 @@ -307,7 +307,7 @@ class CWRTypeUpdateOp(MemSchemaOperation): """actually update some properties of a relation definition""" rschema = entity = values = None # make pylint happy - oldvalus = None + oldvalues = None def precommit_event(self): rschema = self.rschema