Skip to content

Commit

Permalink
Revert to using previous use of fedmsg.config.load_config (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
webbnh authored Dec 10, 2024
1 parent e4ae5fd commit 13640ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sync2jira/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 13640ba

Please sign in to comment.