Skip to content

Commit

Permalink
Updated tests for startup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
XaverStiensmeier committed Oct 19, 2023
1 parent 1ce4f2e commit 6618462
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bibigrid/core/startup.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ def run_action(args, configurations, config_path):
exit_state = 0
try:
providers = provider_handler.get_providers(configurations, LOG)
print(args)
if providers:
if args.list:
LOG.info("Action list selected")
Expand Down

0 comments on commit 6618462

Please sign in to comment.