Closed vamshichowdary closed 6 years ago
This fix makes the script less generic. No need to copy the json_to_sig
script itself to a proper location, but instead, you could run it from a proper directory, so that all json paths are resolved correctly. The 'filelist' yaml file may contain relative paths as well as absolute paths for json files, and those json files aren't necessarily in the same folder where filelist is located.
Cherry-picked the fix for C++11 (1d593b89a65cbf0a6b3f1e70cb34e8d067dc6fd5)
…tion of json_to_sig.py
json_to_sig.py needed to be placed in the same directory as of filelist yaml file for it to read the filelist file and convert descriptors to yaml format. With these changes, the script can be run from repo directory itself (or any other directory for that matter).