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
44141b6a
Commit
44141b6a
authored
Jan 16, 2013
by
John Jarvis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pep8 cleanup
parent
491027a8
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
5 deletions
+3
-5
lms/djangoapps/certificates/management/commands/ungenerated_certs.py
+3
-5
No files found.
lms/djangoapps/certificates/management/commands/ungenerated_certs.py
View file @
44141b6a
...
@@ -31,8 +31,8 @@ class Command(BaseCommand):
...
@@ -31,8 +31,8 @@ class Command(BaseCommand):
metavar
=
'COURSE_ID'
,
metavar
=
'COURSE_ID'
,
dest
=
'course'
,
dest
=
'course'
,
default
=
False
,
default
=
False
,
help
=
'Grade and generate certificates for a specific course'
),
help
=
'Grade and generate certificates '
'for a specific course'
),
)
)
def
handle
(
self
,
*
args
,
**
options
):
def
handle
(
self
,
*
args
,
**
options
):
...
@@ -40,9 +40,7 @@ class Command(BaseCommand):
...
@@ -40,9 +40,7 @@ class Command(BaseCommand):
# Will only generate a certificate if the current
# Will only generate a certificate if the current
# status is in this state
# status is in this state
VALID_STATUSES
=
[
VALID_STATUSES
=
[
CertificateStatuses
.
unavailable
]
CertificateStatuses
.
unavailable
]
# Print update after this many students
# Print update after this many students
...
...
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