#2940 CLI unlock-tag rewrite list of selected tags
Closed: Fixed 2 years ago by tkopecek. Opened 2 years ago by jcupova.

for name in args:
    tag = session.getTag(name)
    if tag is None:
        parser.error(_("No such tag: %s") % name)
        selected.append(tag)
selected = [session.getTag(name) for name in args]

Last line should be deleted.


Metadata Update from @jcupova:
- Custom field Size adjusted to None

2 years ago

Metadata Update from @julian8628:
- Issue set to the milestone: 1.26
- Issue tagged with: bug, easyfix, testing-ready

2 years ago

Metadata Update from @jobrauer:
- Issue tagged with: testing-done

2 years ago

Login to comment on this ticket.

Metadata
Related Pull Requests
  • #2941 Merged 2 years ago