We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8908ec7 commit fd26eddCopy full SHA for fd26edd
infra/scripts/upload_team_config.py
@@ -39,7 +39,7 @@ def check_team_exists(backend_url, team_id, user_principal_id):
39
40
backend_url = sys.argv[1]
41
directory_path = sys.argv[2]
42
-user_principal_id = sys.argv[3] if len(sys.argv) > 3 else "00000000-0000-0000-0000-000000000000"
+user_principal_id = sys.argv[3] if len(sys.argv) > 3 and sys.argv[3].strip() != "" else "00000000-0000-0000-0000-000000000000"
43
print("User principal from py : " + user_principal_id)
44
45
# Convert to absolute path if provided as relative
0 commit comments