diff --git a/tools/python/generate_local_ads_symbols.py b/tools/python/generate_local_ads_symbols.py index 1aab9048dc..31f39485d4 100755 --- a/tools/python/generate_local_ads_symbols.py +++ b/tools/python/generate_local_ads_symbols.py @@ -59,4 +59,4 @@ if __name__ == '__main__': check_symbols(symbols) with open(output_name, "w") as text_file: for symbol in symbols: - text_file.write(symbol) + text_file.write(symbol + '\n')