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
bb032e78
Commit
bb032e78
authored
Jul 10, 2017
by
Gregory Martin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
typo
parent
9477da50
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
8 additions
and
8 deletions
+8
-8
control/veda_encode.py
+1
-1
control/veda_file_discovery.py
+1
-1
control/veda_file_ingest.py
+1
-1
control/veda_heal.py
+1
-1
control/veda_hotstore.py
+1
-1
control/veda_utils.py
+2
-2
control/veda_val.py
+1
-1
No files found.
control/veda_encode.py
View file @
bb032e78
...
@@ -41,7 +41,7 @@ class VedaEncode():
...
@@ -41,7 +41,7 @@ class VedaEncode():
'auth_yaml'
,
'auth_yaml'
,
os
.
path
.
join
(
os
.
path
.
join
(
os
.
path
.
dirname
(
os
.
path
.
dirname
(
os
.
path
.
abspath
(
__file__
))),
os
.
path
.
dirname
(
os
.
path
.
dirname
(
os
.
path
.
abspath
(
__file__
))),
'in
gest
_config.yaml'
'in
stance
_config.yaml'
),
),
)
)
self
.
encode_dict
=
self
.
_READ_AUTH
()[
'encode_dict'
]
self
.
encode_dict
=
self
.
_READ_AUTH
()[
'encode_dict'
]
...
...
control/veda_file_discovery.py
View file @
bb032e78
...
@@ -41,7 +41,7 @@ class FileDiscovery():
...
@@ -41,7 +41,7 @@ class FileDiscovery():
self
.
auth_dict
=
{}
self
.
auth_dict
=
{}
self
.
auth_yaml
=
os
.
path
.
join
(
self
.
auth_yaml
=
os
.
path
.
join
(
os
.
path
.
dirname
(
os
.
path
.
dirname
(
os
.
path
.
abspath
(
__file__
))),
os
.
path
.
dirname
(
os
.
path
.
dirname
(
os
.
path
.
abspath
(
__file__
))),
'in
gest
_config.yaml'
'in
stance
_config.yaml'
)
)
with
open
(
self
.
auth_yaml
,
'r'
)
as
stream
:
with
open
(
self
.
auth_yaml
,
'r'
)
as
stream
:
try
:
try
:
...
...
control/veda_file_ingest.py
View file @
bb032e78
...
@@ -87,7 +87,7 @@ class VedaIngest:
...
@@ -87,7 +87,7 @@ class VedaIngest:
'auth_yaml'
,
'auth_yaml'
,
os
.
path
.
join
(
os
.
path
.
join
(
os
.
path
.
dirname
(
os
.
path
.
dirname
(
os
.
path
.
abspath
(
__file__
))),
os
.
path
.
dirname
(
os
.
path
.
dirname
(
os
.
path
.
abspath
(
__file__
))),
'in
gest
_config.yaml'
'in
stance
_config.yaml'
),
),
)
)
self
.
auth_dict
=
self
.
_READ_AUTH
()
self
.
auth_dict
=
self
.
_READ_AUTH
()
...
...
control/veda_heal.py
View file @
bb032e78
...
@@ -51,7 +51,7 @@ class VedaHeal():
...
@@ -51,7 +51,7 @@ class VedaHeal():
'auth_yaml'
,
'auth_yaml'
,
os
.
path
.
join
(
os
.
path
.
join
(
os
.
path
.
dirname
(
os
.
path
.
dirname
(
os
.
path
.
abspath
(
__file__
))),
os
.
path
.
dirname
(
os
.
path
.
dirname
(
os
.
path
.
abspath
(
__file__
))),
'in
gest
_config.yaml'
'in
stance
_config.yaml'
),
),
)
)
self
.
auth_dict
=
self
.
_READ_AUTH
()
self
.
auth_dict
=
self
.
_READ_AUTH
()
...
...
control/veda_hotstore.py
View file @
bb032e78
...
@@ -43,7 +43,7 @@ class Hotstore():
...
@@ -43,7 +43,7 @@ class Hotstore():
'auth_yaml'
,
'auth_yaml'
,
os
.
path
.
join
(
os
.
path
.
join
(
os
.
path
.
dirname
(
os
.
path
.
dirname
(
os
.
path
.
abspath
(
__file__
))),
os
.
path
.
dirname
(
os
.
path
.
dirname
(
os
.
path
.
abspath
(
__file__
))),
'in
gest
_config.yaml'
'in
stance
_config.yaml'
),
),
)
)
self
.
auth_dict
=
self
.
_READ_AUTH
()
self
.
auth_dict
=
self
.
_READ_AUTH
()
...
...
control/veda_utils.py
View file @
bb032e78
...
@@ -30,7 +30,7 @@ class EmailAlert():
...
@@ -30,7 +30,7 @@ class EmailAlert():
'auth_yaml'
,
'auth_yaml'
,
os
.
path
.
join
(
os
.
path
.
join
(
os
.
path
.
dirname
(
os
.
path
.
dirname
(
os
.
path
.
abspath
(
__file__
))),
os
.
path
.
dirname
(
os
.
path
.
dirname
(
os
.
path
.
abspath
(
__file__
))),
'in
gest
_config.yaml'
'in
stance
_config.yaml'
)
)
)
)
self
.
auth_dict
=
self
.
_AUTH
()
self
.
auth_dict
=
self
.
_AUTH
()
...
@@ -142,7 +142,7 @@ class Report():
...
@@ -142,7 +142,7 @@ class Report():
'auth_yaml'
,
'auth_yaml'
,
os
.
path
.
join
(
os
.
path
.
join
(
os
.
path
.
dirname
(
os
.
path
.
dirname
(
os
.
path
.
abspath
(
__file__
))),
os
.
path
.
dirname
(
os
.
path
.
dirname
(
os
.
path
.
abspath
(
__file__
))),
'in
gest
_config.yaml'
'in
stance
_config.yaml'
)
)
)
)
self
.
auth_dict
=
self
.
_AUTH
()
self
.
auth_dict
=
self
.
_AUTH
()
...
...
control/veda_val.py
View file @
bb032e78
...
@@ -65,7 +65,7 @@ class VALAPICall():
...
@@ -65,7 +65,7 @@ class VALAPICall():
"""Credentials"""
"""Credentials"""
self
.
auth_yaml
=
os
.
path
.
join
(
self
.
auth_yaml
=
os
.
path
.
join
(
os
.
path
.
dirname
(
os
.
path
.
dirname
(
os
.
path
.
abspath
(
__file__
))),
os
.
path
.
dirname
(
os
.
path
.
dirname
(
os
.
path
.
abspath
(
__file__
))),
'in
gest
_config.yaml'
'in
stance
_config.yaml'
)
)
self
.
auth_dict
=
self
.
_AUTH
()
self
.
auth_dict
=
self
.
_AUTH
()
...
...
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