1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-01-31 02:01:16 +00:00

doc: Fix build_instrument_method_map script

Fix a wrong call to a function in the script execution path.
This commit is contained in:
Pierre-Clément Tosi 2019-06-04 14:15:43 +01:00 committed by Marc Bonnici
parent 8ddf16dfea
commit 60693e1b65

View File

@ -37,4 +37,4 @@ def generate_instrument_method_map(outfile):
if __name__ == '__main__':
generate_instrumentation_method_map(sys.argv[1])
generate_instrument_method_map(sys.argv[1])