eladkal commented on code in PR #41304:
URL: https://github.com/apache/airflow/pull/41304#discussion_r1712907080
##########
airflow/providers/fab/auth_manager/cli_commands/user_command.py:
##########
@@ -212,10 +212,10 @@ def users_import(args):
users_created, users_updated = _import_users(users_list)
if users_created:
- print("Created the following
users:\n\t{}".format("\n\t".join(users_created)))
+ print(f"Created the following users:\n\t\n\t{users_created}")
Review Comment:
Please do. If this change is needed then it should be a seperated PR
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]