Skip to content

Commit

Permalink
sweep: DIRACGrid#7537 test: extra_module default to empty list
Browse files Browse the repository at this point in the history
  • Loading branch information
chaen committed Mar 25, 2024
1 parent 335c9d6 commit ab49987
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions integration_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,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 ab49987

Please sign in to comment.