Skip to content

Commit 8908ec7

Browse files
added the print
1 parent 9d75ff2 commit 8908ec7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

infra/scripts/upload_team_config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ def check_team_exists(backend_url, team_id, user_principal_id):
4040
backend_url = sys.argv[1]
4141
directory_path = sys.argv[2]
4242
user_principal_id = sys.argv[3] if len(sys.argv) > 3 else "00000000-0000-0000-0000-000000000000"
43+
print("User principal from py : " + user_principal_id)
4344

4445
# Convert to absolute path if provided as relative
4546
directory_path = os.path.abspath(directory_path)

0 commit comments

Comments
 (0)