Skip to content

Commit

Permalink
Merge pull request #264 from release-engineering/fix-fedmsg-load
Browse files Browse the repository at this point in the history
Revert change to FedMsg loader
  • Loading branch information
webbnh authored Dec 9, 2024
2 parents 0b2592c + bbd5eae commit e4ae5fd
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=lambda: fedmsg.config.conf):
def load_config(loader=fedmsg.config.conf.load_config):
"""
Generates and validates the config file \
that will be used by fedmsg and JIRA client.
Expand Down

0 comments on commit e4ae5fd

Please sign in to comment.