diff --git a/pomodoro_to_harvest.py b/pomodoro_to_harvest.py index 4e88929..efe0e2c 100644 --- a/pomodoro_to_harvest.py +++ b/pomodoro_to_harvest.py @@ -171,6 +171,7 @@ for preferred, alternatives in compound_project_tasks.items(): # never noticed because i use them so consistently. timelog['project'] = timelog['project'].str.replace('---', '—', regex=False); timelog['project'] = timelog['project'].str.replace('--', '—', regex=False); +timelog['project'] = timelog['project'].str.replace(' – ', '—', regex=False); timelog['project'] = timelog['project'].str.replace(' - ', '—', regex=False); # If a compound project was specified, break that out into a sub-project (in # Harvest, we use Task, which is really task type, for this).