projects
/
utils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
baff46c
)
milestone people already converted to string
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Tue, 27 Apr 2021 14:55:31 +0000
(15:55 +0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Tue, 27 Apr 2021 14:55:31 +0000
(15:55 +0100)
src/budget_sync/main.py
patch
|
blob
|
history
diff --git
a/src/budget_sync/main.py
b/src/budget_sync/main.py
index 7c3a36a7bb6436b749131112b5871543e4693f59..769b3dc68214aba6406fb14e467b24c7317038b7 100644
(file)
--- a/
src/budget_sync/main.py
+++ b/
src/budget_sync/main.py
@@
-74,7
+74,7
@@
def main():
people = milestones_people[milestone]
headings = []
for person in people:
- name = str(person
.identifier
).replace(" ", "_")
+ name = str(person).replace(" ", "_")
# name, amount, requested (submitted), paid
headings.append(name+"_amount")
headings.append(name+"_req")