Skip to content

Commit

Permalink
Ran Formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
elkorol committed Feb 19, 2024
1 parent b878849 commit de8b83c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions plugins/addtionalFilesDeleter/deleter.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,7 @@ def find_tag(name, create=False):
if find_tag_tag is None:
log.error(f"Tag does not exist: {tag_exclude['name']}")
else:
log.info(f"Found Tag: ID:{find_tag_tag['id']} Name: {
find_tag_tag['name']}")
log.info(f"Found Tag: ID:{find_tag_tag['id']} Name: {find_tag_tag['name']}")
return find_tag_tag


Expand Down

0 comments on commit de8b83c

Please sign in to comment.