Skip to content
Snippets Groups Projects
Commit 404e3d21 authored by Alexa Valentová's avatar Alexa Valentová
Browse files

fix team_roles

parent d4deb3c8
No related branches found
No related tags found
2 merge requests!1167Release,!1166fix team_roles
Pipeline #19952 passed
......@@ -68,6 +68,9 @@ def import_people_from_team(
):
from .models import DistrictOctopusPersonPage, DistrictPeoplePage
if team_roles is None:
team_roles = []
lock_file_name = os.path.join(
tempfile.gettempdir(),
f"{people_parent_page_id}-{team_shortcut}-{','.join(team_roles)}.people-from-team-import-lock",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment