Skip to content

Commit

Permalink
Added correct verbiage.
Browse files Browse the repository at this point in the history
  • Loading branch information
rick-kenna committed Aug 28, 2023
1 parent 77accc7 commit c09047b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/unique_asset_tags/connector_asset_tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -515,4 +515,4 @@ def write_jsonl(jsonl_f, asset_info:Asset_Info):

end_time = time.time()
time_diff_str = str(datetime.timedelta(seconds=(end_time - start_time)))
print_info(f"It {time_diff_str} to process {asset_count} assets with {asset_with_tags_count} assets with tags and {connector_tag_count} connector tags.")
print_info(f"It took {time_diff_str} to process {asset_count} assets with {asset_with_tags_count} assets with tags and {connector_tag_count} connector tags.")

0 comments on commit c09047b

Please sign in to comment.