Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix --from-pr feature for image load and stabilize help (apache#45575)
This is a follow-up after apache#45564 - it fixes the `--from-pr` and `--from-run` to work (it was failing with file does not exist). Also found out that gettempdir might return different directory depending on which is your designated tmp directory (for example in MacOS this is is a longer path in /var/.....) - so we have to force the default during help generation to always return "/tmp" so that the --help images do not change depending on which system you are and what your tmp directory is.
- Loading branch information