Trivial formatting change to test public contribution system

Signed-off-by: Paul Wayper <paulway@redhat.com>
This commit is contained in:
Paul Wayper 2021-06-22 14:56:06 +10:00 committed by Tom Gundersen
parent d47f735112
commit 6d0054826b

View file

@ -401,7 +401,7 @@ class OSBuild(contextlib.AbstractContextManager):
to_path = os.path.join(target, "sources", source)
os.makedirs(to_path, exist_ok=True)
subprocess.run(["cp", "--reflink=auto", "-a",
os.path.join(from_path, "."),
to_path],
check=True)
subprocess.run([
"cp", "--reflink=auto", "-a",
os.path.join(from_path, "."), to_path
], check=True)