Skip to content

make pull_files.py work for golden JSON when running from outside scripts directory

Quick fix: before, pull_files.py only copied the golden JSON to the right location if started from the scripts directory.

It was already possible for other files to be copied to the right location when starting the script from an arbitrary location. This is the case for the golden JSON as well now.

Merge request reports