Skip to content

Commit

Permalink
fix: [tags] debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Terrtia committed Jan 8, 2024
1 parent 4b21cc2 commit f95d32d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/lib/Tag.py
Original file line number Diff line number Diff line change
Expand Up @@ -1473,7 +1473,7 @@ def _fix_tag_obj_id():
print(new_tag)
raw = get_obj_by_tags(obj_type, [new_tag], nb_obj=500000)
for obj_id in raw.get('tagged_obj', []):
print(obj_id)
# print(obj_id)
delete_object_tag(tag, obj_type, obj_id)
add_object_tag(new_tag, obj_type, obj_id)

Expand Down

0 comments on commit f95d32d

Please sign in to comment.