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
The --generate-template flag of pynxtools/dataconverter seems to not be working for me at the moment. If I pass that flag, the template is not printed to the console.
Probably comes from changes to the logger in #191. This seems to be related to the setting of the logger level, see here.
The
--generate-template
flag ofpynxtools/dataconverter
seems to not be working for me at the moment. If I pass that flag, the template is not printed to the console.Probably comes from changes to the logger in #191. This seems to be related to the setting of the logger level, see here.
Quick fix: Change to
logger.error(template)
inpynxtools/pynxtools/dataconverter/convert.py
Line 248 in c4d1b9c
We should check that all other flags (like
--fair
,--undocumented
) are still picked up correctly.@domna @sherjeelshabih @RubelMozumder
The text was updated successfully, but these errors were encountered: