Skip to content

Commit b9fc799

Browse files
committed
linux-mirror: run black on start-mirroring.py
There are no functional changes introduced here. These are just style fixes for black. Signed-off-by: Luis Chamberlain <[email protected]>
1 parent bc4e673 commit b9fc799

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

playbooks/roles/linux-mirror/python/start-mirroring.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,9 @@ def mirror_entry(mirror, args):
5454
cmd = cmd + reference_args
5555
mirror_target = mirror_path + target
5656
if os.path.isdir(mirror_target):
57-
sys.stdout.write("Skipping %s - mirror already exists at %s\n" % (short_name, mirror_target))
57+
sys.stdout.write(
58+
"Skipping %s - mirror already exists at %s\n" % (short_name, mirror_target)
59+
)
5860
return "skipped"
5961
sys.stdout.write("Mirroring: %s onto %s\n" % (short_name, mirror_target))
6062
if args.verbose:

0 commit comments

Comments
 (0)