Skip to content

Commit

Permalink
Merge pull request DIRACGrid#7537 from chaen/v8.0_fix_typer10
Browse files Browse the repository at this point in the history
[8.0] test: extra_module default to empty list
  • Loading branch information
chrisburr committed Mar 25, 2024
2 parents ac2433e + 17dbd55 commit ef7d337
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion integration_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,8 @@ def prepare_environment(
release_var: Optional[str] = None,
):
"""Prepare the local environment for installing DIRAC."""

if extra_module is None:
extra_module = []
_check_containers_running(is_up=False)
if editable is None:
editable = sys.stdout.isatty()
Expand Down

0 comments on commit ef7d337

Please sign in to comment.