metadata.computer is popped:
|
computer = metadata.pop('computer', None) |
if I use a PortableCode (without the computer defined) this works only if I specify both metadata.options.computer and metadata.computer, so that the (wrong?) logic pops only the first one and not the second.
I think metadata.computer should not be popped...
Is my reasoning correct? As it is now PortableCodes work only with this strange workaround?
thank you