Closed bakhtos closed 4 weeks ago
Seems related to local path changes from #10
Traceback (most recent call last): File "/Users/abakhtin22/Documents/TempNet/code2DFD/code2DFD.py", line 115, in <module> cli_invocation() File "/Users/abakhtin22/Documents/TempNet/code2DFD/code2DFD.py", line 111, in cli_invocation perform_analysis() File "/Users/abakhtin22/Documents/TempNet/code2DFD/core/dfd_extraction.py", line 74, in perform_analysis codeable_models, traceability_content = DFD_extraction() ^^^^^^^^^^^^^^^^ File "/Users/abakhtin22/Documents/TempNet/code2DFD/core/dfd_extraction.py", line 127, in DFD_extraction microservices, information_flows, external_components = classify_microservices(microservices, information_flows, external_components, dfd) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/abakhtin22/Documents/TempNet/code2DFD/core/dfd_extraction.py", line 200, in classify_microservices microservices, information_flows, external_components = detect_nginx(microservices, information_flows, external_components, dfd) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/abakhtin22/Documents/TempNet/code2DFD/technology_specific_extractors/nginx/ngn_entry.py", line 106, in detect_nginx docker_path = os.path.relpath(docker_path, start=local_repo_path) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "<frozen posixpath>", line 509, in relpath ValueError: no path specified
Seems related to local path changes from #10