Skip to content
Snippets Groups Projects
Commit 4a92d484 authored by Remi  PLANEL's avatar Remi PLANEL
Browse files

display version to output log

parent c61978a9
No related branches found
No related tags found
No related merge requests found
Pipeline #131507 failed
......@@ -751,7 +751,7 @@ def find_model_definition(system, subsystem, list_paths):
path = p["path"]
parts = path.parts
if path.stem == subsystem and parts[-2] == system:
console.rule(f"{system} - {subsystem}")
console.rule(f"{system} - {subsystem} - {p['version']}")
found_path = {"path": path, "version": p["version"]}
break
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment