Skip to content
Snippets Groups Projects
Commit af5f9762 authored by Akash Kothari's avatar Akash Kothari
Browse files

Add a bug fix in the script

parent d6f074b2
No related branches found
No related tags found
No related merge requests found
......@@ -33,6 +33,7 @@ def read_and_write_config (config_file, config_num, temp_file):
continue
if conf in line:
read_config = True
config = config + "+++++\n"
config = config + line
print("config: ")
print(config)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment