Skip to content

Commit e3f3240

Browse files
committed
ruff format
1 parent 5976f9c commit e3f3240

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release_scripts/branches.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ def create(self, url: str, dir: str, branch_name: str, submodules: bool = False)
123123
logging.info(f"Cloning '{url}' into '{dir}'.")
124124
self.repo = git.Repo.clone_from(url=url, to_path=dir)
125125
if branch_name in self.repo.references:
126-
logging.error(f"Branch name '{branch_name}' " f"already exists for repo '{url}'.")
126+
logging.error(f"Branch name '{branch_name}' already exists for repo '{url}'.")
127127
sys.exit(1)
128128

129129
source = os.getenv("TAG")

0 commit comments

Comments
 (0)