dlr-gtlab / gtlab-core

GTlab Core Framework
https://www.gtlab.de
Other
7 stars 2 forks source link

Remove duble registration of tasks #1191

Closed jensschmeink closed 4 months ago

jensschmeink commented 4 months ago

As mentioned in the issue description the tasks of the modules were registered twice as seen by a warning in the logging.

This double registration was caused by a doubled execution of the registerClass function of the objectFactory This was removed

Description

I removed the second call of the registration

How Has This Been Tested?

I started GTlab. My processes worked fine while the warning in the logging system did not appear anymore

Checklist:

jensschmeink commented 4 months ago

As we decided once to write the Changelog from a more user perspective I think i wont write a changelog entry as normal users did not even recognized the warning (was only written to console).