Skip to content

Commit

Permalink
Change how config objects handle None fields - Nones are now transpar…
Browse files Browse the repository at this point in the history
…ent and we recurse up the base chain. Directories renamed again, now root/leaf which seems to make more sense.
  • Loading branch information
aappleby committed Mar 19, 2024
1 parent f8d3044 commit 2a6efa5
Show file tree
Hide file tree
Showing 2 changed files with 197 additions and 139 deletions.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"request": "launch",
"program": "${workspaceFolder}/hancho.py",
"cwd": "${workspaceFolder}/tutorial",
"args": ["-j1", "tut4.hancho"],
"args": ["-j1", "tut3.hancho"],
"console": "integratedTerminal",
"justMyCode": false,
},
Expand Down
Loading

0 comments on commit 2a6efa5

Please sign in to comment.