Trivial formatting change to test public contribution system
Signed-off-by: Paul Wayper <paulway@redhat.com>
This commit is contained in:
parent
d47f735112
commit
6d0054826b
1 changed files with 4 additions and 4 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue