mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-04 19:56:32 +02:00
generate_au_zip: Remove useless line
This commit is contained in:
parent
3f9c073b4b
commit
f143645215
@ -163,7 +163,6 @@ def CopyRequiredFiles(dest_files_root, allow_list):
|
||||
sys.exit(1)
|
||||
|
||||
logging.debug('Given files that need to be copied = %s' % '' .join(all_files))
|
||||
all_files
|
||||
for file_name in all_files:
|
||||
logging.debug('Copying file %s to %s', file_name, dest_files_root)
|
||||
try:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user