Skip to content

Commit

Permalink
fix: Shorten comment line lengths
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-mcdonald committed Jan 21, 2022
1 parent 7853084 commit e0a18a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions airflow/www/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -3595,9 +3595,9 @@ def process_form(self, form, is_created):
conn_type = form.data['conn_type']
conn_id = form.data["conn_id"]

# The extra value is the combination of custom fields for this conn_type and the original Extra field.
# The extra value is the combination of custom fields for this conn_type and the Extra field.
# The extra form field with all extra values (including custom fields) is in the form being processed
# so we store those values, and override them with anything in the custom fields mapped to specific extra keys
# so we start with those values, and override them with anything in the custom fields.
extra = {}

extra_field = form.data.get("extra")
Expand Down

0 comments on commit e0a18a8

Please sign in to comment.