# HG changeset patch # User Denis Laxalde # Date 1389708311 -3600 # Node ID f118541696546768c9b6144c155eb490be12b19f # Parent 34fccd9104bc43ec31ce26debdc14520fbbdff29 [migration/3.18] Fix NameError diff -r 34fccd9104bc -r f11854169654 misc/migration/3.18.0_Any.py --- a/misc/migration/3.18.0_Any.py Tue Jan 14 14:42:00 2014 +0100 +++ b/misc/migration/3.18.0_Any.py Tue Jan 14 15:05:11 2014 +0100 @@ -125,5 +125,5 @@ # all attributes perms have to be refreshed ... for rschema in schema.relations(): - if relation.final: + if rschema.final: sync_schema_props_perms(rschema.type, syncprops=False)