Skip to content

Commit

Permalink
forgot to include the call to self
Browse files Browse the repository at this point in the history
  • Loading branch information
neovintage committed Aug 31, 2015
1 parent 1420511 commit 9d84167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ def __init__(
self.conn_id = conn_id
self.conn_type = conn_type
if uri:
parse_from_uri(uri)
self.parse_from_uri(uri)
else:
self.host = host
self.login = login
Expand Down

0 comments on commit 9d84167

Please sign in to comment.