nesi / APSIM-HPC

Deploy APSIM (Agricultural Production Systems sIMulator - https://www.apsim.info/) on high performance computing clusters.
MIT License
0 stars 0 forks source link

update_readme.py : Recursive concatenation is not the desirable behaviour #17

Closed DininduSenanayake closed 1 month ago

DininduSenanayake commented 1 month ago

Current iteration of update_readme.py is recursively concatenating the content from sub-directory README than updating the existing . In other words, re-running the script will follow the format of

1
2
3
1
2
3

while the expected behaviour is

1 - refresh/update
2 - refresh/update
3 - refresh/update
DininduSenanayake commented 1 month ago

Fixed in https://github.com/DininduSenanayake/APSIM-eri-mahuika/pull/18