We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f59566 commit c221336Copy full SHA for c221336
scripts/import_sf.py
@@ -307,11 +307,12 @@ def to_date(ts):
307
continue
308
elif event['field_name'] == 'close_date':
309
action = "'set'"
310
- info = { 'status': 'unread' }
+ info = { 'status': unread }
311
elif event['field_name'] == 'summary':
312
313
info = { 'title': event['old_value'] }
314
else:
315
+ # not an interesting / translatable event
316
317
row = [ d['id'], event['entrydate'].get_tuple(),
318
users[event['mod_by']], action, info ]
0 commit comments