Skip to content

Commit

Permalink
Issue #3161 User stats report - minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mzueva committed Jul 27, 2023
1 parent 88649d7 commit be01223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflows/pipe-common/scripts/send_statistics.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ def _send_users_stat(api, logger, from_date, to_date, users, template_path):
platform_usage_costs = _get_platform_usage_cost(api, from_date, to_date)
logger.info('Platform Usage costs: {}.'.format(platform_usage_costs))

# template, table_templ, table_center_templ = _get_templates(template_path)
template, table_templ, table_center_templ = _get_templates(template_path)

for user in users:
_user_name = user.get('userName')
Expand Down

0 comments on commit be01223

Please sign in to comment.