This is an automated email from the ASF dual-hosted git repository.
humbedooh pushed a commit to branch humbedooh/rename-yaml
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git
The following commit(s) were added to refs/heads/humbedooh/rename-yaml by this
push:
new d3c8d0e rename
d3c8d0e is described below
commit d3c8d0e66385e3b28739717580fca965ade918ef
Author: Daniel Gruno <[email protected]>
AuthorDate: Mon Sep 6 21:36:48 2021 -0500
rename
---
tools/plugins/ponymailconfig.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tools/plugins/ponymailconfig.py b/tools/plugins/ponymailconfig.py
index 4961a5b..7775fa0 100755
--- a/tools/plugins/ponymailconfig.py
+++ b/tools/plugins/ponymailconfig.py
@@ -35,8 +35,8 @@ import yaml
class PonymailConfig:
def __init__(self):
- # Get ../ponymail.yaml
- config_path =
os.path.join(os.path.dirname(os.path.dirname(os.path.realpath(__file__))),
"ponymail.yaml")
+ # Get ../archiver.yaml
+ config_path =
os.path.join(os.path.dirname(os.path.dirname(os.path.realpath(__file__))),
"archiver.yaml")
self.config = yaml.safe_load(open(config_path))
def has_section(self, section):