Skip to content

Commit

Permalink
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 ac2433e commit 17dbd55
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 17dbd55

Please sign in to comment.