Commit bb032e78 by Gregory Martin

typo

parent 9477da50
......@@ -41,7 +41,7 @@ class VedaEncode():
'auth_yaml',
os.path.join(
os.path.dirname(os.path.dirname(os.path.abspath(__file__))),
'ingest_config.yaml'
'instance_config.yaml'
),
)
self.encode_dict = self._READ_AUTH()['encode_dict']
......
......@@ -41,7 +41,7 @@ class FileDiscovery():
self.auth_dict = {}
self.auth_yaml = os.path.join(
os.path.dirname(os.path.dirname(os.path.abspath(__file__))),
'ingest_config.yaml'
'instance_config.yaml'
)
with open(self.auth_yaml, 'r') as stream:
try:
......
......@@ -87,7 +87,7 @@ class VedaIngest:
'auth_yaml',
os.path.join(
os.path.dirname(os.path.dirname(os.path.abspath(__file__))),
'ingest_config.yaml'
'instance_config.yaml'
),
)
self.auth_dict = self._READ_AUTH()
......
......@@ -51,7 +51,7 @@ class VedaHeal():
'auth_yaml',
os.path.join(
os.path.dirname(os.path.dirname(os.path.abspath(__file__))),
'ingest_config.yaml'
'instance_config.yaml'
),
)
self.auth_dict = self._READ_AUTH()
......
......@@ -43,7 +43,7 @@ class Hotstore():
'auth_yaml',
os.path.join(
os.path.dirname(os.path.dirname(os.path.abspath(__file__))),
'ingest_config.yaml'
'instance_config.yaml'
),
)
self.auth_dict = self._READ_AUTH()
......
......@@ -30,7 +30,7 @@ class EmailAlert():
'auth_yaml',
os.path.join(
os.path.dirname(os.path.dirname(os.path.abspath(__file__))),
'ingest_config.yaml'
'instance_config.yaml'
)
)
self.auth_dict = self._AUTH()
......@@ -142,7 +142,7 @@ class Report():
'auth_yaml',
os.path.join(
os.path.dirname(os.path.dirname(os.path.abspath(__file__))),
'ingest_config.yaml'
'instance_config.yaml'
)
)
self.auth_dict = self._AUTH()
......
......@@ -65,7 +65,7 @@ class VALAPICall():
"""Credentials"""
self.auth_yaml = os.path.join(
os.path.dirname(os.path.dirname(os.path.abspath(__file__))),
'ingest_config.yaml'
'instance_config.yaml'
)
self.auth_dict = self._AUTH()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment