You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When calling edm release --everest-core-dir with-wrong-arg in this line the function get_git_repo_info returns a dictionary without the fields rev, branch and tag which are required for the following lines.
Description
When calling
edm release --everest-core-dir with-wrong-arg
in this line the functionget_git_repo_info
returns a dictionary without the fieldsrev
,branch
andtag
which are required for the following lines.Code Reference
See: https://github.com/EVerest/everest-dev-environment/blob/main/dependency_manager/src/edm_tool/edm.py#L1299-L1306
Expected behaviour
When using the
edm release
command with invalid arguments it would be nice to get an explaining warning/errorAdditional
The text was updated successfully, but these errors were encountered: