Update CRLA to the project now in use it seems
This commit is contained in:
parent
803e58499b
commit
866b06e047
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ timelog['project'] = (np.where(timelog['project'].str.contains(' — '), timelog
|
||||||
# Replace irregular-but-known project names with ones timetracking tools use.
|
# Replace irregular-but-known project names with ones timetracking tools use.
|
||||||
harvest_project_names = {
|
harvest_project_names = {
|
||||||
"Boston Modern Orchestra Project": ["BMOP", "BMOP.org"],
|
"Boston Modern Orchestra Project": ["BMOP", "BMOP.org"],
|
||||||
"CRLA.org upgrade": ["CRLA", "CRLA upgrade"],
|
"crla.org - Development & Support": ["CRLA.org upgrade", "CRLA", "CRLA upgrade", "California Rural Legal Assistance", "crla.org"],
|
||||||
"Cockrill Precision Products": ["Cockrill Corp", "Cockrill"],
|
"Cockrill Precision Products": ["Cockrill Corp", "Cockrill"],
|
||||||
"Cultura Continued Support": ["Cultura", "MIT Cultura"],
|
"Cultura Continued Support": ["Cultura", "MIT Cultura"],
|
||||||
"Drutopia": ["Drutopia improvements", "Drutopia overhead"],
|
"Drutopia": ["Drutopia improvements", "Drutopia overhead"],
|
||||||
|
|
Loading…
Reference in a new issue