NYCPlanning / db-cpdb

Capital Projects Database
https://nycplanning.github.io/db-cpdb
0 stars 0 forks source link

legacy python append() #113

Closed td928 closed 1 year ago

td928 commented 2 years ago

append() is now a depreciated function in the later python version.

the recommended solutions is to use concat for the future. This is not a bug but only enhancement.

td928 commented 2 years ago

following the trend for this leads to a discovery that the only place the script still uses append() is in dot_bridges where the data submission have changed its format where the fmsid no longer need to be parsed so the step could be removed from the script entirely.