Skip to content

Commit

Permalink
Merge pull request #1718 from sariogonfer/master
Browse files Browse the repository at this point in the history
fix error reporting: runner_alias attribute is now "alias"
  • Loading branch information
David Marin committed Dec 29, 2017
2 parents 69f3fb8 + 977ab16 commit 274c1e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mrjob/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ def _fix_opts(self, opts, source=None):
if not isinstance(opts, dict):
raise TypeError(
'options for %s (from %s) must be a dict' %
self.runner_alias, source)
(self.alias, source))

deprecated_aliases = _deprecated_aliases(self.OPT_NAMES)

Expand Down

0 comments on commit 274c1e5

Please sign in to comment.