You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems this functionality was lost around the timeframe when the other pytak clients were making use of known_craft.csv. The issue lies in how the configuration is being passed to create_tasks. The pytak.cli() function is responsible for loading the configuration and passing it to create_tasks, but it seems to be passing a SectionProxy object instead of the full ConfigParser object. Only the first(aprscot) section is used.
It seems that aprscot needs to be updated to operate in the same way as aiscot and adsbcot, with the use of known_craft for custom transformations.
The text was updated successfully, but these errors were encountered:
I tested with 6.1.0 and 8.0.0b2. Neither appear to be able to perform transformation on items/sections within the .ini config file, like in the docs.
It seems this functionality was lost around the timeframe when the other pytak clients were making use of known_craft.csv. The issue lies in how the configuration is being passed to create_tasks. The pytak.cli() function is responsible for loading the configuration and passing it to create_tasks, but it seems to be passing a SectionProxy object instead of the full ConfigParser object. Only the first(aprscot) section is used.
It seems that aprscot needs to be updated to operate in the same way as aiscot and adsbcot, with the use of known_craft for custom transformations.
The text was updated successfully, but these errors were encountered: