Skip to content

Commit

Permalink
Fixed list_clusters needing log now.
Browse files Browse the repository at this point in the history
  • Loading branch information
XaverStiensmeier committed Aug 10, 2023
1 parent a4a547e commit e26d1f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bibigrid/core/startup.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def run_action(args, configurations, config_path): # pylint: disable=too-many-n
if providers:
if args.list:
LOG.info("Action list selected")
exit_state = list_clusters.log_list(args.cluster_id, providers)
exit_state = list_clusters.log_list(args.cluster_id, providers, LOG)
elif args.check:
LOG.info("Action check selected")
exit_state = check.check(configurations, providers)
Expand Down

0 comments on commit e26d1f7

Please sign in to comment.