Skip to content

Commit

Permalink
updated spec of _create_setup_wrapper_script() in inline.py
Browse files Browse the repository at this point in the history
  • Loading branch information
David Marin committed Aug 7, 2015
1 parent 971dfc2 commit 85f8641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mrjob/inline.py
Expand Up @@ -90,7 +90,7 @@ def _check_step_works_with_runner(self, step_dict):
raise Exception(
"InlineMRJobRunner cannot run filters.")

def _create_setup_wrapper_script(self):
def _create_setup_wrapper_script(self, local=False):
# Inline mode does not use a wrapper script (no subprocesses)
pass

Expand Down

0 comments on commit 85f8641

Please sign in to comment.