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
When ucc-gen init generates a modular input helper file, the method signatures for validate_input() and stream_events() should also include the self attribute. This would match the output of the modular input script file when ucc-gen build is called, which does include the attribute.
change the built myInput.py stream_events and validate_input methods from:
Description
When ucc-gen init generates a modular input helper file, the method signatures for
validate_input()
andstream_events()
should also include theself
attribute. This would match the output of the modular input script file whenucc-gen build
is called, which does include the attribute.change the built myInput.py stream_events and validate_input methods from:
to
change the generated input helper file from
to
What UCC version are you using?
5.63.0
Additional System Info
python 3.9
The text was updated successfully, but these errors were encountered: