mirror of
https://github.com/ivanch/tcc.git
synced 2025-08-25 15:21:49 +00:00
ajuste
This commit is contained in:
@@ -91,7 +91,7 @@ def generate_req_graph(filename, framework_name, endpoint_name):
|
||||
|
||||
for f in FRAMEWORKS:
|
||||
newfile = filename.replace(framework_name, f)
|
||||
_, y_data = get_resource_data(newfile)
|
||||
_, y_data = get_data(newfile)
|
||||
|
||||
y.append(y_data)
|
||||
|
||||
|
Reference in New Issue
Block a user