DUNE-DAQ / daq-release

Scripts and configuration files for the DUNE DAQ release
https://dune-daq-sw.readthedocs.io/en/latest/packages/daq-release/
2 stars 0 forks source link

Variable goes unused in `make-release-repo.py` #362

Closed jcfreeman2 closed 4 months ago

jcfreeman2 commented 4 months ago

In the get_cmake_dependencies function, if we look at this snippet:

           if check_branch_exists(package_name, self.overwrite_branch):
                branch = self.overwrite_branch

...branch never gets used.

jcfreeman2 commented 4 months ago

Fixed with PR #363