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
249d340e
Unverified
Commit
249d340e
authored
Mar 19, 2018
by
Gregory Martin
Committed by
GitHub
Mar 19, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #94 from edx/yro/fix_sandbox
Remove Indexing
parents
1af219aa
228f6128
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
control/veda_file_ingest.py
+2
-2
No files found.
control/veda_file_ingest.py
View file @
249d340e
...
...
@@ -197,8 +197,8 @@ class VedaIngest(object):
video
=
Video
.
objects
.
filter
(
studio_id
=
self
.
video_proto
.
s3_filename
)
.
first
()
if
video
:
# Protect against crash/duplicate inserts, won't insert object
self
.
video_proto
.
veda_id
=
video
[
0
]
.
edx_id
self
.
video_proto
.
video_orig_duration
=
video
[
0
]
.
video_orig_duration
self
.
video_proto
.
veda_id
=
video
.
edx_id
self
.
video_proto
.
video_orig_duration
=
video
.
video_orig_duration
self
.
complete
=
True
return
...
...
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