We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 64c0b01 + 532b51f commit 55d280aCopy full SHA for 55d280a
1 file changed
src/pyff/samlmd.py
@@ -219,6 +219,7 @@ def _extra_md(_t, resource_opts, **kwargs):
219
location = md_source.attrib.get('src')
220
if location is not None:
221
child_opts = resource.opts.model_copy(update={'alias': entityID}, deep=True)
222
+
223
r = resource.add_child(location, child_opts)
224
kwargs = {
225
'entityID': entityID,
0 commit comments