Skip to content

Commit 2dcf71c

Browse files
author
Marc Schöchlin
committed
shorten line
Signed-off-by: Marc Schöchlin <[email protected]>
1 parent 336dc41 commit 2dcf71c

File tree

1 file changed

+2
-1
lines changed
  • src/openstack_workload_generator/entities

1 file changed

+2
-1
lines changed

src/openstack_workload_generator/entities/user.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ def create_and_get_user(self) -> User:
5151
)
5252
self.assign_role_to_user("manager")
5353
LOGGER.info(
54-
f"Created user {self.obj.name} / {self.obj.id} with password >>>{self.obj.password}<<< in {DomainCache.ident_by_id(self.domain.id)}"
54+
f"Created user {self.obj.name} / {self.obj.id} with password >>>{self.obj.password}<<< "
55+
f"in {DomainCache.ident_by_id(self.domain.id)}"
5556
)
5657
return self.obj
5758

0 commit comments

Comments
 (0)