Updated
Signed-off-by: debianpepper <pdpdebdevuan@protonmail.com>
This commit is contained in:
parent
96cd14ac6b
commit
0d6d996701
|
@ -373,6 +373,9 @@ def get_id_build_type():
|
|||
shutil.copy(src_file, dest_file)
|
||||
print(f'Copied: {src_file} to {dest_file}')
|
||||
|
||||
def ignore_missing_files(src, names):
|
||||
return [name for name in names if not os.path.exists(os.path.join(src, name))]
|
||||
|
||||
|
||||
def add_web_profile():
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue