misc/migration/3.14.0_Any.py
changeset 8079 0f1126b9038e
parent 8027 9ac82788f67b
child 8483 4ba11607d84a
--- a/misc/migration/3.14.0_Any.py	Wed Nov 09 19:19:24 2011 +0100
+++ b/misc/migration/3.14.0_Any.py	Thu Nov 10 10:12:37 2011 +0100
@@ -10,4 +10,4 @@
     mainvars = guess_rrqlexpr_mainvars(expression)
     yamscstr = CONSTRAINTS[rqlcstr.type](expression, mainvars)
     rqlcstr.set_attributes(value=yamscstr.serialize())
-    print 'updated', rqlcstr.type, rqlcstr.value
+    print 'updated', rqlcstr.type, rqlcstr.value.strip()