File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 6161
6262 if result != "y" :
6363 log .info (
64- "Aborting per user request as existing config file (%s) should not be overwritten!" ,
64+ "Aborting per user request as existing config file (%s) should not be "
65+ + "overwritten!" ,
6566 config_filename ,
6667 )
6768 sys .exit (0 )
Original file line number Diff line number Diff line change @@ -525,8 +525,9 @@ def normalize_workspace_roots(
525525 change_count += 1
526526 elif existing_value [repo_name ] != repo_config :
527527 conflict_message = (
528- f"Workspace root '{ label } ' contains conflicting definitions "
529- "for repository '{repo}'. Keeping the existing entry."
528+ f"Workspace root '{ label } ' contains conflicting "
529+ "definitions for repository '{repo}'. Keeping the existing "
530+ "entry."
530531 )
531532 conflicts .append (
532533 conflict_message .format (
You can’t perform that action at this time.
0 commit comments