pis-entry #1

Merged
fred.boniface merged 23 commits from pis-entry into dev 2023-05-06 21:51:54 +01:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 65febce05c - Show all commits

View File

@ -1,7 +1,7 @@
import yaml
def load():
with open("../data/pis/gwr-west.yaml", "r") as data:
def load(): # Programatically add a `toc` field to each entry.
with open("../data/pis/gwr.yaml", "r") as data:
try:
pis = yaml.safe_load(data)
print(pis)