Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-video-pipeline
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-video-pipeline
Commits
9f7b6bb8
Unverified
Commit
9f7b6bb8
authored
Dec 06, 2017
by
Gregory Martin
Committed by
GitHub
Dec 06, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #74 from edx/mrehan/hotfix
Mrehan/hotfix
parents
921a3e2b
4f73fe2a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletions
+4
-1
VEDA_OS01/models.py
+3
-1
control/veda_file_discovery.py
+1
-0
No files found.
VEDA_OS01/models.py
View file @
9f7b6bb8
...
...
@@ -733,9 +733,11 @@ class TranscriptProcessMetadata(TimeStampedModel):
self
.
save
()
def
__unicode__
(
self
):
return
u'{video} - {provider} - {lang} - {status}'
.
format
(
return
u'{video} - {provider} - {
process_id} - {translation_id} - {
lang} - {status}'
.
format
(
video
=
self
.
video
.
edx_id
,
provider
=
self
.
provider
,
process_id
=
self
.
process_id
,
translation_id
=
self
.
translation_id
,
lang
=
self
.
lang_code
,
status
=
self
.
status
,
)
control/veda_file_discovery.py
View file @
9f7b6bb8
...
...
@@ -186,6 +186,7 @@ class FileDiscovery(object):
institution
=
course_key
.
org
,
edx_classid
=
course_key
.
course
,
local_storedir
=
course_id
,
yt_proc
=
False
,
)
else
:
try
:
...
...
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