Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@nss10
Copy link
Contributor

@nss10 nss10 commented Sep 24, 2021

Jira Ticket: PXP-8581

Bug Fixes

  • Replacing the existing profiles in gen3/config was buggy. This PR Fixes it.

Improvements

  • Added more configure arguments in order to avoid breaking changes.

@github-actions
Copy link

github-actions bot commented Sep 24, 2021

The style in this PR agrees with black. ✔️

This formatting comment was generated automatically by a script in uc-cdis/wool.

@nss10 nss10 requested a review from mfshao September 24, 2021 19:06
profile_line_index = lines.index(profile_title)
next_profile_index = len(lines)
for i in range(profile_line_index, len(lines)):
for i in range(profile_line_index + 1, len(lines)):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

how come the unit tests didn't catch these 2 issues? 🤔 is there a test case we should add?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's a good point. Let me see where did I miss it. Will get back to you on this! 👍

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ahh! It wasn't really about a missing test case but more about how the test was written. I skipped a step while arranging the test scenario. Will push the update now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants