Skip to content

Commit af5fcb6

Browse files
committed
Give the generated estimates spreadsheet a more helpful name
1 parent 4d3ca0c commit af5fcb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make-estimation-spreadsheet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def main(repo, developers):
105105
original_column_index + 2 * i,
106106
Formula(formula_text))
107107

108-
workbook.save('example.xls')
108+
workbook.save('estimates.xls')
109109

110110
usage = """Usage: %prog [options] REPOSITORY DEVELOPER_A DEVELOPER_B ...
111111

0 commit comments

Comments
 (0)