Skip to content

Commit

Permalink
blockdiagram: make _srcfile optional
Browse files Browse the repository at this point in the history
Signed-off-by: Markus Klotzbuecher <mk@mkio.de>
  • Loading branch information
kmarkus committed Jul 23, 2020
1 parent db31ba7 commit 4239b19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/blockdiagram.lua
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ local system_spec = ObjectSpec
},
optional={ 'subsystems', 'imports', 'blocks', 'connections',
'node_configurations', 'configurations',
'_name', '_parent', '_fqn' },
'_name', '_parent', '_fqn', '_srcfile' },
}

-- add self references to subsystems dictionary
Expand Down

0 comments on commit 4239b19

Please sign in to comment.