Skip to content

Commit ac7a8da

Browse files
committedMay 14, 2024
chore: format utils/rsync-stub-generator.py
Signed-off-by: Shengqi Chen <harry-chen@outlook.com>
1 parent acfc6ca commit ac7a8da

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎utils/rsync-stub-generator.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ def main(upstream: str, dist: Path) -> None:
3737
continue
3838
else:
3939
print(symlink_target, target)
40-
print("Symlink already exists -- maybe you should nuke the dist directory first?")
40+
print(
41+
"Symlink already exists -- maybe you should nuke the dist directory first?"
42+
)
4143
print("Symlink:", symlink)
4244
print("Target:", target)
4345
exit(-1)

0 commit comments

Comments
 (0)
Please sign in to comment.