nuclearpinguin commented on a change in pull request #7130: [AIRFLOW-6533] Add
cli commands to manage config
URL: https://github.com/apache/airflow/pull/7130#discussion_r365268619
##########
File path: airflow/configuration.py
##########
@@ -571,15 +572,15 @@ def get_airflow_test_config(airflow_home):
)
with open(TEST_CONFIG_FILE, 'w') as file:
cfg = parameterized_config(TEST_CONFIG)
- file.write(cfg.split(TEMPLATE_START)[-1].strip())
+ file.write(cfg.split(TEMPLATE_START)[-1])
Review comment:
I see no need to remove spaces and newlines from this file.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services