]> git.cworth.org Git - turbot/commit
Fix sheet creation to copy all sheets from our template
authorCarl Worth <cworth@cworth.org>
Sat, 9 Jan 2021 13:47:33 +0000 (05:47 -0800)
committerCarl Worth <cworth@cworth.org>
Sat, 9 Jan 2021 13:52:12 +0000 (05:52 -0800)
commit3f380c6d5227b99d703d5c8ed3c753e4d179415a
tree57ffd3f7eacb5a383fc72fb0600eb7ae838535ac
parent5cb693a17df9cded74e8b86c8a7b338e9d0b89df
Fix sheet creation to copy all sheets from our template

Nathan put a lot of word into this template sheet, so it was a shame
the sheets weren't all coming over. It turned out the only reason that
was the case is that the code has a hard-coded list of names of sheets
to copy, (and that, only because I haven't yet figured out the API for
enumerating sheets).

For now, just update the hardcoded list to match what's in the current
template.
TODO
turbot/sheets.py