Skip to content

E3-1153: Add better message for missing references on e3-tag-remote

Lucas Magalhães requested to merge fix_tag_reference_exception into master

The gitlab python API raises the same exception for both missing files or references. I separate this in two distinctive classes so it's easier to give user feedback depending on the error.

Merge request reports