Skip to content

[BB-4015] fix: add the missing space between the command flags

Created by: lgp171188

This will fix the syntax error when the 'instance_statistics_csv' management command is invoked from the periodic tasks.

Testing instructions:

  • Checkout the source branch of this PR in the production environment or on stage after setting the INSTANCE_LOGS_SERVER_HOST environment variable in the .env file.
  • Run the instance_statistics_csv management command with one or more instance domains and the --start-date, --end-date parameters specified.
  • Verify that the collect_activity.py script runs on the appservers of the given instances without any errors and returns proper values for the fields like Total users, Total active users, Total courses, etc.

Merge request reports