Skip to content

Commit 601746a

Browse files
committed
fix
1 parent 53e1ac5 commit 601746a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/mas/devops/users.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ def get_or_create_user(self, payload):
274274
self.logger.info(f"Existing user {existing_user['id']} found")
275275
return existing_user
276276

277-
self.logger.info(f"Creating new user {payload["id"]}")
277+
self.logger.info(f"Creating new user {payload['id']}")
278278

279279
url = f"{self.mas_api_url_internal}/v3/users"
280280
querystring = {}

0 commit comments

Comments
 (0)