[open-ils-commits] r1175 - servres/trunk/conifer/uwindsor_migration (gfawcett)

svn at svn.open-ils.org svn at svn.open-ils.org
Sun Jan 9 15:44:08 EST 2011


Author: gfawcett
Date: 2011-01-09 15:44:03 -0500 (Sun, 09 Jan 2011)
New Revision: 1175

Modified:
   servres/trunk/conifer/uwindsor_migration/eres-into-syrup.py
Log:
uwindsor: tweaks to eres import

Modified: servres/trunk/conifer/uwindsor_migration/eres-into-syrup.py
===================================================================
--- servres/trunk/conifer/uwindsor_migration/eres-into-syrup.py	2011-01-09 19:37:11 UTC (rev 1174)
+++ servres/trunk/conifer/uwindsor_migration/eres-into-syrup.py	2011-01-09 20:44:03 UTC (rev 1175)
@@ -29,7 +29,9 @@
         ("Samson","psamson"),
         ("Dienesch","rdienesc"),
         ("Orsini","sorsini"),
-        ("Yun","yshhsy"),])
+        ("Yun","yshhsy"),
+        ("Ku","janeku"),
+        ])
 
 def ensure_user(username):
     user, created = User.objects.get_or_create(username=username)
@@ -72,7 +74,7 @@
         d = m.data.copy()
 
         if 'author2' in d:
-            d['author'] = '%s;%s' % (d['author'], d['author2'])
+            d['author'] = '%s; %s' % (d['author'], d['author2'])
 
         for key in ['_path', 'author2', 'course', 'datafile', 'filename', 'instructor', 
                     'localid', 'term', 'type']:



More information about the open-ils-commits mailing list