Skip to content

Commit c221336

Browse files
author
Richard Jones
committed
whoops
1 parent 4f59566 commit c221336

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/import_sf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,11 +307,12 @@ def to_date(ts):
307307
continue
308308
elif event['field_name'] == 'close_date':
309309
action = "'set'"
310-
info = { 'status': 'unread' }
310+
info = { 'status': unread }
311311
elif event['field_name'] == 'summary':
312312
action = "'set'"
313313
info = { 'title': event['old_value'] }
314314
else:
315+
# not an interesting / translatable event
315316
continue
316317
row = [ d['id'], event['entrydate'].get_tuple(),
317318
users[event['mod_by']], action, info ]

0 commit comments

Comments
 (0)