mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-02-07 05:31:21 +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:
parent
8ddf16dfea
commit
60693e1b65
@ -37,4 +37,4 @@ def generate_instrument_method_map(outfile):
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
generate_instrumentation_method_map(sys.argv[1])
|
generate_instrument_method_map(sys.argv[1])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user