BHoM / BHoM_Adapter

GNU Lesser General Public License v3.0
7 stars 6 forks source link

`ProcessObjectsForPush` raises irrelevant warning when an `IContainer` is provided to the Push #350

Closed alelom closed 1 year ago

alelom commented 1 year ago

Description:

When an IContainer is specified, the Push behaves correctly but an irrelevant warning is returned: image

Fixable easily by changing the order of the checking and unpacking.

Steps to reproduce:

See above.

Expected behaviour:

No warning.

Test file(s):

See above.