Chris Johns commented on a discussion on source-builder/sb/setbuilder.py: https://gitlab.rtems.org/rtems/tools/rtems-source-builder/-/merge_requests/238#note_149727 > > > def list_bset_cfg_files(opts, configs): > - if opts.get_arg('--list-configs') or opts.get_arg('--list-bsets'): > + if opts.get_arg('--list-configs') or opts.get_arg( > + '--list-bsets') or opts.get_arg('--list-bincs'): > if opts.get_arg('--list-configs'): > ext = '.cfg' > + if opts.get_arg('--list-bincs'): Fixed. -- View it on GitLab: https://gitlab.rtems.org/rtems/tools/rtems-source-builder/-/merge_requests/238#note_149727 You're receiving this email because of your account on gitlab.rtems.org.
_______________________________________________ bugs mailing list [email protected] http://lists.rtems.org/mailman/listinfo/bugs
