Skip to content

Commit

Permalink
Merge pull request boto#1012 from oozie/oldest_date
Browse files Browse the repository at this point in the history
Making 'oldest_date' a mandatory positional parameter.
  • Loading branch information
garnaat committed Sep 24, 2012
2 parents c3f8081 + 6d02366 commit fe86b25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boto/swf/layer1.py
Expand Up @@ -1152,8 +1152,8 @@ def count_open_workflow_executions(self, domain, latest_date, oldest_date,
return self.make_request('CountOpenWorkflowExecutions', json_input)

def list_open_workflow_executions(self, domain,
oldest_date,
latest_date=None,
oldest_date=None,
tag=None,
workflow_id=None,
workflow_name=None,
Expand Down

0 comments on commit fe86b25

Please sign in to comment.