Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Always increment the name_count #528

Merged
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Always increment the name_count

  • Loading branch information
aneeshusa committed Oct 28, 2016
commit 8b474bbb15b53cc46052391795535d62d6317417
@@ -118,7 +118,7 @@ def step_type(step):
# First step has count = 0 but no suffix,
# so second step will have `__1` as suffix, etc.
step.name += '__{}'.format(existing_count)
name_counts[step_type(step)] += 1
name_counts[step_type(step)] += 1
self._add_step(step)

def _add_step(self, step):
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.