Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
Signed-off-by: Loic Pottier <pottier1@llnl.gov>
  • Loading branch information
lpottier authored and koparasy committed Aug 12, 2024
1 parent 4b48bd2 commit 6deecb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AMSWorkflow/ams/orchestrator.py
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@ def __call__(self):
self.rmq_consumer.run()


def run(flux_uri, rmq_config, file=None, fake_flux=False, fake_rmq_update=False. fake_rmq_publish=False):
def run(flux_uri, rmq_config, file=None, fake_flux=False, fake_rmq_update=False, fake_rmq_publish=False):
tasks = []
rmq_config = AMSRMQConfiguration.from_json(rmq_config)
rmq_o_queue = Queue()
Expand Down

0 comments on commit 6deecb0

Please sign in to comment.