Skip to content

Commit

Permalink
Merge pull request #1672 from sjwhitworth/fix-iternal-execption
Browse files Browse the repository at this point in the history
Fix typo: "IternalException" -> "InternalException"
  • Loading branch information
drewbanin authored Aug 9, 2019
2 parents 3e3c69e + 58976b4 commit ffcaac5
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 ffcaac5

Please sign in to comment.