Merge "Backup and Restore: restore-image failed to read platform.conf"

This commit is contained in:
Zuul 2018-12-14 18:51:31 +00:00 committed by Gerrit Code Review
commit dc81a44a5f
1 changed files with 1 additions and 1 deletions

View File

@ -347,7 +347,7 @@ def restore_configuration(archive, staging_dir):
# platform_conf manifest will add these back in.
pass
else:
print(line, end=' ')
print(line, end='')
fileinput.close()
# Move updated platform.conf file into place.
os.rename(temp_platform_conf_file, tsconfig.PLATFORM_CONF_FILE)