Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
67fdca18
Commit
67fdca18
authored
Apr 28, 2015
by
Daniel Friedman
Committed by
Diana Huang
May 12, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Monitor performance through datadog
parent
2fafaec0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
lms/djangoapps/instructor_task/tasks.py
+2
-3
No files found.
lms/djangoapps/instructor_task/tasks.py
View file @
67fdca18
...
...
@@ -162,9 +162,8 @@ def calculate_problem_grade_report(entry_id, xmodule_instance_args):
Generate a CSV for a course containing all students' weighted problem
grades and push the results to an S3 bucket for download.
"""
# Translators: This is a past-tense verb that is inserted into task progress messages as {action}.
# TODO: can this be the same as the `calculate_grades_csv` action_name?
action_name
=
ugettext_noop
(
'graded'
)
# Translators: This is a past-tense phrase that is inserted into task progress messages as {action}.
action_name
=
ugettext_noop
(
'problem distribution graded'
)
TASK_LOG
.
info
(
u"Task:
%
s, InstructorTask ID:
%
s, Task type:
%
s, Preparing for task execution"
,
xmodule_instance_args
.
get
(
'task_id'
),
entry_id
,
action_name
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment