mirror of
				https://github.com/ivanch/tcc.git
				synced 2025-10-31 17:37:36 +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: |     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) | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user