We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36edb6c commit b364bd8Copy full SHA for b364bd8
src/fpm/toml.f90
@@ -84,6 +84,8 @@ subroutine get_list(table, key, list, error)
84
type(toml_array), pointer :: children
85
character(len=:), allocatable :: str
86
87
+ if (.not.table%has_key(key)) return
88
+
89
call get_value(table, key, children, requested=.false.)
90
if (associated(children)) then
91
nlist = len(children)
0 commit comments