From 13640ba6d166550b708e83232dc050769569b96d Mon Sep 17 00:00:00 2001 From: Webb Scales <7795764+webbnh@users.noreply.github.com> Date: Tue, 10 Dec 2024 08:02:16 -0500 Subject: [PATCH] Revert to using previous use of fedmsg.config.load_config (#265) --- sync2jira/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sync2jira/main.py b/sync2jira/main.py index f58ac65..f24627c 100644 --- a/sync2jira/main.py +++ b/sync2jira/main.py @@ -87,7 +87,7 @@ INITIALIZE = os.getenv('INITIALIZE', '0') -def load_config(loader=fedmsg.config.conf.load_config): +def load_config(loader=fedmsg.config.load_config): """ Generates and validates the config file \ that will be used by fedmsg and JIRA client.