mirror of
https://github.com/ivanch/tcc.git
synced 2025-04-18 23:13:40 +00:00
ajuste
This commit is contained in:
parent
a9b48be817
commit
9082b34aab
@ -91,7 +91,7 @@ def generate_req_graph(filename, framework_name, endpoint_name):
|
|||||||
|
|
||||||
for f in FRAMEWORKS:
|
for f in FRAMEWORKS:
|
||||||
newfile = filename.replace(framework_name, f)
|
newfile = filename.replace(framework_name, f)
|
||||||
_, y_data = get_resource_data(newfile)
|
_, y_data = get_data(newfile)
|
||||||
|
|
||||||
y.append(y_data)
|
y.append(y_data)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user