Skip to content

Commit

Permalink
Fix typo: "IternalException" -> "InternalException"
Browse files Browse the repository at this point in the history
  • Loading branch information
sjwhitworth committed Aug 8, 2019
1 parent 3e3c69e commit 58976b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/dbt/task/list.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def run(self):
elif output == 'path':
generator = self.generate_paths
else:
raise dbt.exceptions.IternalException(
raise dbt.exceptions.InternalException(
'Invalid output {}'.format(output)
)
for result in generator():
Expand Down

0 comments on commit 58976b4

Please sign in to comment.