Merge request 
https://gitlab.rtems.org/rtems/tools/rtems-source-builder/-/merge_requests/161 
was reviewed by Chris Johns

--
  
Chris Johns started a new discussion on source-builder/sb/build.py: 
https://gitlab.rtems.org/rtems/tools/rtems-source-builder/-/merge_requests/161#note_127677

 >          opt_name = None
 >          download_only = False
 > +        copy_target = False

This mixes the type on the `copy_target` and I do not think that is a good 
idea. Please set this variable to `None` and then make the check `is not None` 
in the `source()` function.


-- 
View it on GitLab: 
https://gitlab.rtems.org/rtems/tools/rtems-source-builder/-/merge_requests/161
You're receiving this email because of your account on gitlab.rtems.org.


_______________________________________________
bugs mailing list
bugs@rtems.org
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to