Skip to content

Commit

Permalink
Don't add @ to tags in the batch tagger
Browse files Browse the repository at this point in the history
  • Loading branch information
diegogangl committed Feb 11, 2021
1 parent 0d6999b commit 4f87e93
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions GTG/core/tag.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,6 @@ def parse_tag_list(text):
else:
is_positive = True

if not tag.startswith('@'):
tag = "@" + tag

result.append((tag, is_positive))
return result

Expand Down

0 comments on commit 4f87e93

Please sign in to comment.